#B9454C

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

Shades of Hippie Pink #B9454C

Tints of Hippie Pink #B9454C

Color information

#B9454C (or 0xB9454C) is unknown color: approx Hippie Pink. HEX triplet: B9, 45 and 4C. RGB value is (185,69,76). Sum of RGB (Red+Green+Blue) = 185+69+76=330 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.06% from 330); Green value is 69 (27.34% from 255 or 20.91% from 330); Blue value is 76 (30.08% from 255 or 23.03% from 330); Max value from RGB is 185 - color contains mainly: red. Hex color #B9454C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9454C is #46BAB3. Grayscale: #686868. Windows color (decimal): -4635316 or 4998585. OLE color: 4998585.

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

Color convert

RGB1856976-
CMYK00.630.590.27
HSL356.38º45.67%49.8%-
HSV(B)356.38º62.7%72.55%-
XYZ23.4415.098.52-
YUV104.48111.93185.43-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.06%
GREEN value IS 69 (27.34% from 255) = 20.91%
BLUE value IS 76 (30.08% from 255) = 23.03%
R=56.06%
G=20.91%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185697600.630.590.27356.3845.6749.8
HexB9454C03F3B1B1642e32
Octal27110511407773335445662
Binary1011100110001011001100011111111101111011101100100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9454C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9454C; }

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

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

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

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

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

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

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

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