#B6444E

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

Shades of Hippie Pink #B6444E

Tints of Hippie Pink #B6444E

Color information

#B6444E (or 0xB6444E) is unknown color: approx Hippie Pink. HEX triplet: B6, 44 and 4E. RGB value is (182,68,78). Sum of RGB (Red+Green+Blue) = 182+68+78=328 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.49% from 328); Green value is 68 (26.95% from 255 or 20.73% from 328); Blue value is 78 (30.86% from 255 or 23.78% from 328); Max value from RGB is 182 - color contains mainly: red. Hex color #B6444E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6444E is #49BBB1. Grayscale: #676767. Windows color (decimal): -4832178 or 5129398. OLE color: 5129398.

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

Color convert

RGB1826878-
CMYK00.630.570.29
HSL354.74º45.6%49.02%-
HSV(B)354.74º62.64%71.37%-
XYZ22.7314.638.83-
YUV103.23113.77184.19-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 55.49%
GREEN value IS 68 (26.95% from 255) = 20.73%
BLUE value IS 78 (30.86% from 255) = 23.78%
R=55.49%
G=20.73%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182687800.630.570.29354.7445.649.02
HexB6444E03F391D1632e31
Octal26610411607771355435661
Binary1011011010001001001110011111111100111101101100011101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6444E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6444E; }

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

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

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

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

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

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

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

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