#B9444D

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

Shades of Hippie Pink #B9444D

Tints of Hippie Pink #B9444D

Color information

#B9444D (or 0xB9444D) is unknown color: approx Hippie Pink. HEX triplet: B9, 44 and 4D. RGB value is (185,68,77). Sum of RGB (Red+Green+Blue) = 185+68+77=330 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.06% from 330); Green value is 68 (26.95% from 255 or 20.61% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 185 - color contains mainly: red. Hex color #B9444D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9444D is #46BBB2. Grayscale: #686868. Windows color (decimal): -4635571 or 5063865. OLE color: 5063865.

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

Color convert

RGB1856877-
CMYK00.630.580.27
HSL355.38º46.25%49.61%-
HSV(B)355.38º63.24%72.55%-
XYZ23.4114.988.68-
YUV104.01112.76185.77-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.06%
GREEN value IS 68 (26.95% from 255) = 20.61%
BLUE value IS 77 (30.47% from 255) = 23.33%
R=56.06%
G=20.61%
B=23.33%

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
Decimal185687700.630.580.27355.3846.2549.61
HexB9444D03F3A1B1632e32
Octal27110411507772335435662
Binary1011100110001001001101011111111101011011101100011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9444D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9444D; }

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

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

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

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

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

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

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

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