#B94554

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

Shades of Hippie Pink #B94554

Tints of Hippie Pink #B94554

Color information

#B94554 (or 0xB94554) is unknown color: approx Hippie Pink. HEX triplet: B9, 45 and 54. RGB value is (185,69,84). Sum of RGB (Red+Green+Blue) = 185+69+84=338 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.73% from 338); Green value is 69 (27.34% from 255 or 20.41% from 338); Blue value is 84 (33.20% from 255 or 24.85% from 338); Max value from RGB is 185 - color contains mainly: red. Hex color #B94554 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94554 is #46BAAB. Grayscale: #696969. Windows color (decimal): -4635308 or 5522873. OLE color: 5522873.

HSL color Cylindrical-coordinate representation of color #B94554: hue angle of 352.24º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B94554 is Cyan = 0, Magento = 0.63, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB1856984-
CMYK00.630.550.27
HSL352.24º45.67%49.8%-
HSV(B)352.24º62.7%72.55%-
XYZ23.7415.2110.07-
YUV105.39115.93184.78-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.73%
GREEN value IS 69 (27.34% from 255) = 20.41%
BLUE value IS 84 (33.20% from 255) = 24.85%
R=54.73%
G=20.41%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185698400.630.550.27352.2445.6749.8
HexB9455403F371B1602e32
Octal27110512407767335405662
Binary1011100110001011010100011111111011111011101100000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94554; }

 p { color: rgb(185,69,84); }

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

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

 a { background-color: rgb(185,69,84); }

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

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

 span { border-color: rgb(185,69,84); }

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