#B94557

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

Shades of Hippie Pink #B94557

Tints of Hippie Pink #B94557

Color information

#B94557 (or 0xB94557) is unknown color: approx Hippie Pink. HEX triplet: B9, 45 and 57. RGB value is (185,69,87). Sum of RGB (Red+Green+Blue) = 185+69+87=341 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.25% from 341); Green value is 69 (27.34% from 255 or 20.23% from 341); Blue value is 87 (34.38% from 255 or 25.51% from 341); Max value from RGB is 185 - color contains mainly: red. Hex color #B94557 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94557 is #46BAA8. Grayscale: #696969. Windows color (decimal): -4635305 or 5719481. OLE color: 5719481.

HSL color Cylindrical-coordinate representation of color #B94557: hue angle of 350.69º 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 #B94557 is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB1856987-
CMYK00.630.530.27
HSL350.69º45.67%49.8%-
HSV(B)350.69º62.7%72.55%-
XYZ23.8615.2610.7-
YUV105.74117.43184.54-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.25%
GREEN value IS 69 (27.34% from 255) = 20.23%
BLUE value IS 87 (34.38% from 255) = 25.51%
R=54.25%
G=20.23%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185698700.630.530.27350.6945.6749.8
HexB9455703F351B15f2e32
Octal27110512707765335375662
Binary1011100110001011010111011111111010111011101011111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94557; }

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

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

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

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

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

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

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

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