#B9454E

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

Shades of Hippie Pink #B9454E

Tints of Hippie Pink #B9454E

Color information

#B9454E (or 0xB9454E) is unknown color: approx Hippie Pink. HEX triplet: B9, 45 and 4E. RGB value is (185,69,78). Sum of RGB (Red+Green+Blue) = 185+69+78=332 (43% of max value = 765). Red value is 185 (72.66% from 255 or 55.72% from 332); Green value is 69 (27.34% from 255 or 20.78% from 332); Blue value is 78 (30.86% from 255 or 23.49% from 332); Max value from RGB is 185 - color contains mainly: red. Hex color #B9454E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9454E is #46BAB1. Grayscale: #686868. Windows color (decimal): -4635314 or 5129657. OLE color: 5129657.

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

Color convert

RGB1856978-
CMYK00.630.580.27
HSL355.34º45.67%49.8%-
HSV(B)355.34º62.7%72.55%-
XYZ23.5115.128.89-
YUV104.71112.93185.27-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 55.72%
GREEN value IS 69 (27.34% from 255) = 20.78%
BLUE value IS 78 (30.86% from 255) = 23.49%
R=55.72%
G=20.78%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185697800.630.580.27355.3445.6749.8
HexB9454E03F3A1B1632e32
Octal27110511607772335435662
Binary1011100110001011001110011111111101011011101100011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9454E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9454E; }

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

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

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

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

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

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

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

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