#B5444E

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

Shades of Hippie Pink #B5444E

Tints of Hippie Pink #B5444E

Color information

#B5444E (or 0xB5444E) is unknown color: approx Hippie Pink. HEX triplet: B5, 44 and 4E. RGB value is (181,68,78). Sum of RGB (Red+Green+Blue) = 181+68+78=327 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.35% from 327); Green value is 68 (26.95% from 255 or 20.80% from 327); Blue value is 78 (30.86% from 255 or 23.85% from 327); Max value from RGB is 181 - color contains mainly: red. Hex color #B5444E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5444E is #4ABBB1. Grayscale: #666666. Windows color (decimal): -4897714 or 5129397. OLE color: 5129397.

HSL color Cylindrical-coordinate representation of color #B5444E: hue angle of 354.69º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B5444E is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB1816878-
CMYK00.620.570.29
HSL354.69º45.38%48.82%-
HSV(B)354.69º62.43%70.98%-
XYZ22.514.518.82-
YUV102.93113.94183.69-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.35%
GREEN value IS 68 (26.95% from 255) = 20.80%
BLUE value IS 78 (30.86% from 255) = 23.85%
R=55.35%
G=20.80%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181687800.620.570.29354.6945.3848.82
HexB5444E03E391D1632d31
Octal26510411607671355435561
Binary1011010110001001001110011111011100111101101100011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5444E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5444E; }

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

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

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

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

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

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

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

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