#B9444E

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

Shades of Hippie Pink #B9444E

Tints of Hippie Pink #B9444E

Color information

#B9444E (or 0xB9444E) is unknown color: approx Hippie Pink. HEX triplet: B9, 44 and 4E. RGB value is (185,68,78). Sum of RGB (Red+Green+Blue) = 185+68+78=331 (43% of max value = 765). Red value is 185 (72.66% from 255 or 55.89% from 331); Green value is 68 (26.95% from 255 or 20.54% from 331); Blue value is 78 (30.86% from 255 or 23.56% from 331); Max value from RGB is 185 - color contains mainly: red. Hex color #B9444E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9444E is #46BBB1. Grayscale: #686868. Windows color (decimal): -4635570 or 5129401. OLE color: 5129401.

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

Color convert

RGB1856878-
CMYK00.630.580.27
HSL354.87º46.25%49.61%-
HSV(B)354.87º63.24%72.55%-
XYZ23.45158.87-
YUV104.12113.26185.69-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 55.89%
GREEN value IS 68 (26.95% from 255) = 20.54%
BLUE value IS 78 (30.86% from 255) = 23.56%
R=55.89%
G=20.54%
B=23.56%

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
Decimal185687800.630.580.27354.8746.2549.61
HexB9444E03F3A1B1632e32
Octal27110411607772335435662
Binary1011100110001001001110011111111101011011101100011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9444E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9444E; }

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

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

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

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

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

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

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

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