#B94A56

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

Shades of Hippie Pink #B94A56

Tints of Hippie Pink #B94A56

Color information

#B94A56 (or 0xB94A56) is unknown color: approx Hippie Pink. HEX triplet: B9, 4A and 56. RGB value is (185,74,86). Sum of RGB (Red+Green+Blue) = 185+74+86=345 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.62% from 345); Green value is 74 (29.30% from 255 or 21.45% from 345); Blue value is 86 (33.98% from 255 or 24.93% from 345); Max value from RGB is 185 - color contains mainly: red. Hex color #B94A56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94A56 is #46B5A9. Grayscale: #6C6C6C. Windows color (decimal): -4634026 or 5655225. OLE color: 5655225.

HSL color Cylindrical-coordinate representation of color #B94A56: hue angle of 353.51º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B94A56 is Cyan = 0, Magento = 0.6, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB1857486-
CMYK00.60.540.27
HSL353.51º44.22%50.78%-
HSV(B)353.51º60%72.55%-
XYZ24.1415.8810.6-
YUV108.56115.27182.52-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 53.62%
GREEN value IS 74 (29.30% from 255) = 21.45%
BLUE value IS 86 (33.98% from 255) = 24.93%
R=53.62%
G=21.45%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185748600.60.540.27353.5144.2250.78
HexB94A5603C361B1622c33
Octal27111212607466335425463
Binary1011100110010101010110011110011011011011101100010101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94A56; }

 p { color: rgb(185,74,86); }

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

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

 a { background-color: rgb(185,74,86); }

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

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

 span { border-color: rgb(185,74,86); }

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