#B94650

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

Shades of Hippie Pink #B94650

Tints of Hippie Pink #B94650

Color information

#B94650 (or 0xB94650) is unknown color: approx Hippie Pink. HEX triplet: B9, 46 and 50. RGB value is (185,70,80). Sum of RGB (Red+Green+Blue) = 185+70+80=335 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.22% from 335); Green value is 70 (27.73% from 255 or 20.90% from 335); Blue value is 80 (31.64% from 255 or 23.88% from 335); Max value from RGB is 185 - color contains mainly: red. Hex color #B94650 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94650 is #46B9AF. Grayscale: #696969. Windows color (decimal): -4635056 or 5260985. OLE color: 5260985.

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

Color convert

RGB1857080-
CMYK00.620.570.27
HSL354.78º45.1%50%-
HSV(B)354.78º62.16%72.55%-
XYZ23.6515.279.29-
YUV105.52113.6184.69-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 55.22%
GREEN value IS 70 (27.73% from 255) = 20.90%
BLUE value IS 80 (31.64% from 255) = 23.88%
R=55.22%
G=20.90%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185708000.620.570.27354.7845.150
HexB9465003E391B1632d32
Octal27110612007671335435562
Binary1011100110001101010000011111011100111011101100011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94650; }

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

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

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

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

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

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

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

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