#B9445E

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

Shades of Hippie Pink #B9445E

Tints of Hippie Pink #B9445E

Color information

#B9445E (or 0xB9445E) is unknown color: approx Hippie Pink. HEX triplet: B9, 44 and 5E. RGB value is (185,68,94). Sum of RGB (Red+Green+Blue) = 185+68+94=347 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.31% from 347); Green value is 68 (26.95% from 255 or 19.60% from 347); Blue value is 94 (37.11% from 255 or 27.09% from 347); Max value from RGB is 185 - color contains mainly: red. Hex color #B9445E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9445E is #46BBA1. Grayscale: #696969. Windows color (decimal): -4635554 or 6177977. OLE color: 6177977.

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

Color convert

RGB1856894-
CMYK00.630.490.27
HSL346.67º46.25%49.61%-
HSV(B)346.67º63.24%72.55%-
XYZ24.115.2612.26-
YUV105.95121.26184.39-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 53.31%
GREEN value IS 68 (26.95% from 255) = 19.60%
BLUE value IS 94 (37.11% from 255) = 27.09%
R=53.31%
G=19.60%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185689400.630.490.27346.6746.2549.61
HexB9445E03F311B15b2e32
Octal27110413607761335335662
Binary1011100110001001011110011111111000111011101011011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9445E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9445E; }

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

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

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

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

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

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

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

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