#B94558

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

Shades of Hippie Pink #B94558

Tints of Hippie Pink #B94558

Color information

#B94558 (or 0xB94558) is unknown color: approx Hippie Pink. HEX triplet: B9, 45 and 58. RGB value is (185,69,88). Sum of RGB (Red+Green+Blue) = 185+69+88=342 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.09% from 342); Green value is 69 (27.34% from 255 or 20.18% from 342); Blue value is 88 (34.77% from 255 or 25.73% from 342); Max value from RGB is 185 - color contains mainly: red. Hex color #B94558 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94558 is #46BAA7. Grayscale: #696969. Windows color (decimal): -4635304 or 5785017. OLE color: 5785017.

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

Color convert

RGB1856988-
CMYK00.630.520.27
HSL350.17º45.67%49.8%-
HSV(B)350.17º62.7%72.55%-
XYZ23.915.2810.92-
YUV105.85117.93184.46-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.09%
GREEN value IS 69 (27.34% from 255) = 20.18%
BLUE value IS 88 (34.77% from 255) = 25.73%
R=54.09%
G=20.18%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185698800.630.520.27350.1745.6749.8
HexB9455803F341B15e2e32
Octal27110513007764335365662
Binary1011100110001011011000011111111010011011101011110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94558; }

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

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

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

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

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

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

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

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