#B94850

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

Shades of Hippie Pink #B94850

Tints of Hippie Pink #B94850

Color information

#B94850 (or 0xB94850) is unknown color: approx Hippie Pink. HEX triplet: B9, 48 and 50. RGB value is (185,72,80). Sum of RGB (Red+Green+Blue) = 185+72+80=337 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.90% from 337); Green value is 72 (28.52% from 255 or 21.36% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 185 - color contains mainly: red. Hex color #B94850 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94850 is #46B7AF. Grayscale: #6A6A6A. Windows color (decimal): -4634544 or 5261497. OLE color: 5261497.

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

Color convert

RGB1857280-
CMYK00.610.570.27
HSL355.75º44.66%50.39%-
HSV(B)355.75º61.08%72.55%-
XYZ23.7715.539.33-
YUV106.7112.94183.85-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.90%
GREEN value IS 72 (28.52% from 255) = 21.36%
BLUE value IS 80 (31.64% from 255) = 23.74%
R=54.90%
G=21.36%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185728000.610.570.27355.7544.6650.39
HexB9485003D391B1642d32
Octal27111012007571335445562
Binary1011100110010001010000011110111100111011101100100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94850; }

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

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

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

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

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

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

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

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