#B8474F

Color #B8474F Hippie Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Pink #B8474F

Tints of Hippie Pink #B8474F

Color information

#B8474F (or 0xB8474F) is unknown color: approx Hippie Pink. HEX triplet: B8, 47 and 4F. RGB value is (184,71,79). Sum of RGB (Red+Green+Blue) = 184+71+79=334 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.09% from 334); Green value is 71 (28.12% from 255 or 21.26% from 334); Blue value is 79 (31.25% from 255 or 23.65% from 334); Max value from RGB is 184 - color contains mainly: red. Hex color #B8474F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8474F is #47B8B0. Grayscale: #696969. Windows color (decimal): -4700337 or 5195704. OLE color: 5195704.

HSL color Cylindrical-coordinate representation of color #B8474F: hue angle of 355.75º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B8474F is Cyan = 0, Magento = 0.61, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB1847179-
CMYK00.610.570.28
HSL355.75º44.31%50%-
HSV(B)355.75º61.41%72.16%-
XYZ23.4315.269.11-
YUV105.7112.94183.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 184 (72.27% from 255) = 55.09%
GREEN value IS 71 (28.12% from 255) = 21.26%
BLUE value IS 79 (31.25% from 255) = 23.65%
R=55.09%
G=21.26%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184717900.610.570.28355.7544.3150
HexB8474F03D391C1642c32
Octal27010711707571345445462
Binary1011100010001111001111011110111100111100101100100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8474F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8474F; }

 p { color: rgb(184,71,79); }

 H1.HeaderClassName
 {
   color: #B8474F;
 }
 .AnyTagClassName
 {
   color: #B8474F;
 }
</style>
background-color css

<style>
 a { background-color: #B8474F; }

 a { background-color: rgb(184,71,79); }

 div.DivClassName
 {
   background-color: #B8474F;
 }
 .BgClassName
 {
   background-color: #B8474F;
 }
</style>
border-color css

<style>
 span { border-color: #B8474F; }

 span { border-color: rgb(184,71,79); }

 td.TdClassName
 {
   border-color: #B8474F;
 }
 .TagClassName
 {
   border-color: #B8474F;
 }
</style>