#B6455E

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

Shades of Hippie Pink #B6455E

Tints of Hippie Pink #B6455E

Color information

#B6455E (or 0xB6455E) is unknown color: approx Hippie Pink. HEX triplet: B6, 45 and 5E. RGB value is (182,69,94). Sum of RGB (Red+Green+Blue) = 182+69+94=345 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.75% from 345); Green value is 69 (27.34% from 255 or 20% from 345); Blue value is 94 (37.11% from 255 or 27.25% from 345); Max value from RGB is 182 - color contains mainly: red. Hex color #B6455E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6455E is #49BAA1. Grayscale: #696969. Windows color (decimal): -4831906 or 6178230. OLE color: 6178230.

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

Color convert

RGB1826994-
CMYK00.620.480.29
HSL346.73º45.02%49.22%-
HSV(B)346.73º62.09%71.37%-
XYZ23.4415.0112.25-
YUV105.64121.44182.47-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 52.75%
GREEN value IS 69 (27.34% from 255) = 20%
BLUE value IS 94 (37.11% from 255) = 27.25%
R=52.75%
G=20%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182699400.620.480.29346.7345.0249.22
HexB6455E03E301D15b2d31
Octal26610513607660355335561
Binary1011011010001011011110011111011000011101101011011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6455E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6455E; }

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

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

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

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

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

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

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

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