#B6455D

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

Shades of Hippie Pink #B6455D

Tints of Hippie Pink #B6455D

Color information

#B6455D (or 0xB6455D) is unknown color: approx Hippie Pink. HEX triplet: B6, 45 and 5D. RGB value is (182,69,93). Sum of RGB (Red+Green+Blue) = 182+69+93=344 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.91% from 344); Green value is 69 (27.34% from 255 or 20.06% from 344); Blue value is 93 (36.72% from 255 or 27.03% from 344); Max value from RGB is 182 - color contains mainly: red. Hex color #B6455D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6455D is #49BAA2. Grayscale: #696969. Windows color (decimal): -4831907 or 6112694. OLE color: 6112694.

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

Color convert

RGB1826993-
CMYK00.620.490.29
HSL347.26º45.02%49.22%-
HSV(B)347.26º62.09%71.37%-
XYZ23.414.9912.02-
YUV105.52120.94182.55-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 52.91%
GREEN value IS 69 (27.34% from 255) = 20.06%
BLUE value IS 93 (36.72% from 255) = 27.03%
R=52.91%
G=20.06%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182699300.620.490.29347.2645.0249.22
HexB6455D03E311D15b2d31
Octal26610513507661355335561
Binary1011011010001011011101011111011000111101101011011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6455D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6455D; }

 p { color: rgb(182,69,93); }

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

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

 a { background-color: rgb(182,69,93); }

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

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

 span { border-color: rgb(182,69,93); }

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