#B9445D

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

Shades of Hippie Pink #B9445D

Tints of Hippie Pink #B9445D

Color information

#B9445D (or 0xB9445D) is unknown color: approx Hippie Pink. HEX triplet: B9, 44 and 5D. RGB value is (185,68,93). Sum of RGB (Red+Green+Blue) = 185+68+93=346 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.47% from 346); Green value is 68 (26.95% from 255 or 19.65% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 185 - color contains mainly: red. Hex color #B9445D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9445D is #46BBA2. Grayscale: #696969. Windows color (decimal): -4635555 or 6112441. OLE color: 6112441.

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

Color convert

RGB1856893-
CMYK00.630.500.27
HSL347.18º46.25%49.61%-
HSV(B)347.18º63.24%72.55%-
XYZ24.0515.2412.03-
YUV105.83120.76184.47-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 53.47%
GREEN value IS 68 (26.95% from 255) = 19.65%
BLUE value IS 93 (36.72% from 255) = 26.88%
R=53.47%
G=19.65%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185689300.630.500.27347.1846.2549.61
HexB9445D03F321B15b2e32
Octal27110413507762335335662
Binary1011100110001001011101011111111001011011101011011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9445D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9445D; }

 p { color: rgb(185,68,93); }

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

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

 a { background-color: rgb(185,68,93); }

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

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

 span { border-color: rgb(185,68,93); }

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