#b6405b

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

Shades of Hippie Pink #B6405B

Tints of Hippie Pink #B6405B

Color information

#B6405B (or 0xB6405B) is unknown color: approx Hippie Pink. HEX triplet: B6, 40 and 5B. RGB value is (182,64,91). Sum of RGB (Red+Green+Blue) = 182+64+91=337 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.01% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 91 (35.94% from 255 or 27.00% from 337); Max value from RGB is 182 - color contains mainly: red. Hex color #B6405B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6405B is #49BFA4. Grayscale: #666666. Windows color (decimal): -4833189 or 5980342. OLE color: 5980342.

HSL color Cylindrical-coordinate representation of color #B6405B: hue angle of 346.27º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B6405B is Cyan = 0, Magento = 0.65, Yellow = 0.5 and Black (K on CMYK) = 0.29.

Color convert

RGB1826491-
CMYK00.650.50.29
HSL346.27º47.97%48.24%-
HSV(B)346.27º64.84%71.37%-
XYZ23.0114.3711.46-
YUV102.36121.59184.8-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.01%
GREEN value IS 64 (25.39% from 255) = 18.99%
BLUE value IS 91 (35.94% from 255) = 27.00%
R=54.01%
G=18.99%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.5
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182649100.650.50.29346.2747.9748.24
HexB6405B041321D15a3030
Octal266100133010162355326060
Binary10110110100000010110110100000111001011101101011010110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b6405b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b6405b; }

 p { color: rgb(182,64,91); }

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

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

 a { background-color: rgb(182,64,91); }

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

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

 span { border-color: rgb(182,64,91); }

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