#B9455A

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

Shades of Hippie Pink #B9455A

Tints of Hippie Pink #B9455A

Color information

#B9455A (or 0xB9455A) is unknown color: approx Hippie Pink. HEX triplet: B9, 45 and 5A. RGB value is (185,69,90). Sum of RGB (Red+Green+Blue) = 185+69+90=344 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.78% from 344); Green value is 69 (27.34% from 255 or 20.06% from 344); Blue value is 90 (35.55% from 255 or 26.16% from 344); Max value from RGB is 185 - color contains mainly: red. Hex color #B9455A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9455A is #46BAA5. Grayscale: #6A6A6A. Windows color (decimal): -4635302 or 5916089. OLE color: 5916089.

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

Color convert

RGB1856990-
CMYK00.630.510.27
HSL349.14º45.67%49.8%-
HSV(B)349.14º62.7%72.55%-
XYZ23.9815.3111.36-
YUV106.08118.93184.29-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 53.78%
GREEN value IS 69 (27.34% from 255) = 20.06%
BLUE value IS 90 (35.55% from 255) = 26.16%
R=53.78%
G=20.06%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185699000.630.510.27349.1445.6749.8
HexB9455A03F331B15d2e32
Octal27110513207763335355662
Binary1011100110001011011010011111111001111011101011101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9455A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9455A; }

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

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

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

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

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

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

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

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