#B94855

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

Shades of Hippie Pink #B94855

Tints of Hippie Pink #B94855

Color information

#B94855 (or 0xB94855) is unknown color: approx Hippie Pink. HEX triplet: B9, 48 and 55. RGB value is (185,72,85). Sum of RGB (Red+Green+Blue) = 185+72+85=342 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.09% from 342); Green value is 72 (28.52% from 255 or 21.05% from 342); Blue value is 85 (33.59% from 255 or 24.85% from 342); Max value from RGB is 185 - color contains mainly: red. Hex color #B94855 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94855 is #46B7AA. Grayscale: #6B6B6B. Windows color (decimal): -4634539 or 5589177. OLE color: 5589177.

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

Color convert

RGB1857285-
CMYK00.610.540.27
HSL353.1º44.66%50.39%-
HSV(B)353.1º61.08%72.55%-
XYZ23.9615.610.34-
YUV107.27115.44183.44-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.09%
GREEN value IS 72 (28.52% from 255) = 21.05%
BLUE value IS 85 (33.59% from 255) = 24.85%
R=54.09%
G=21.05%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185728500.610.540.27353.144.6650.39
HexB9485503D361B1612d32
Octal27111012507566335415562
Binary1011100110010001010101011110111011011011101100001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94855; }

 p { color: rgb(185,72,85); }

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

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

 a { background-color: rgb(185,72,85); }

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

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

 span { border-color: rgb(185,72,85); }

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