Shades of Hippie Pink #B6405A
Tints of Hippie Pink #B6405A
RGB
CMYK
RGB Variations
Color information
#B6405A (or 0xB6405A) is known color: Hippie Pink. HEX triplet: B6, 40 and 5A. RGB value is (182,64,90). Sum of RGB (Red+Green+Blue) = 182+64+90=336 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.17% from 336); Green value is 64 (25.39% from 255 or 19.05% from 336); Blue value is 90 (35.55% from 255 or 26.79% from 336); Max value from RGB is 182 - color contains mainly: red. Hex color #B6405A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6405A is #49BFA5. Grayscale: #666666. Windows color (decimal): -4833190 or 5914806. OLE color: 5914806.
HSL color Cylindrical-coordinate representation of color #B6405A: hue angle of 346.78º 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 #B6405A is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 64 | 90 | - |
| CMYK | 0 | 0.65 | 0.51 | 0.29 |
| HSL | 346.78º | 0.48% | 0.48% | - |
| HSV(B) | 346.78º | 0.65% | 0.71% | - |
| XYZ | 22.97 | 14.35 | 11.23 | - |
| YUV | 102.25 | 121.09 | 184.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 64 | 90 | 0 | 0.65 | 0.51 | 0.29 | 346.78 | 0.48 | 0.48 |
| Hex | B6 | 40 | 5A | 0 | 41 | 33 | 1D | 15B | 30 | 30 |
| Octal | 266 | 100 | 132 | 0 | 101 | 63 | 35 | 533 | 60 | 60 |
| Binary | 10110110 | 1000000 | 1011010 | 0 | 1000001 | 110011 | 11101 | 101011011 | 110000 | 110000 |
Color Harmonies of #B6405A
Complementary color
Monochromatic Colors of #B6405A
Black with #B6405A
Text Example
Text Example
White with #B6405A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6405A; }
p { color: rgb(182,64,90); }
H1.HeaderClassName
{
color: #B6405A;
}
.AnyTagClassName
{
color: #B6405A;
}
</style>
background-color css
<style>
a { background-color: #B6405A; }
a { background-color: rgb(182,64,90); }
div.DivClassName
{
background-color: #B6405A;
}
.BgClassName
{
background-color: #B6405A;
}
</style>
border-color css
<style>
span { border-color: #B6405A; }
span { border-color: rgb(182,64,90); }
td.TdClassName
{
border-color: #B6405A;
}
.TagClassName
{
border-color: #B6405A;
}
</style>