Shades of Hippie Pink #B6405E
Tints of Hippie Pink #B6405E
RGB
CMYK
RGB Variations
Color information
#B6405E (or 0xB6405E) is known color: Hippie Pink. HEX triplet: B6, 40 and 5E. RGB value is (182,64,94). Sum of RGB (Red+Green+Blue) = 182+64+94=340 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.53% from 340); Green value is 64 (25.39% from 255 or 18.82% from 340); Blue value is 94 (37.11% from 255 or 27.65% from 340); Max value from RGB is 182 - color contains mainly: red. Hex color #B6405E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6405E is #49BFA1. Grayscale: #666666. Windows color (decimal): -4833186 or 6176950. OLE color: 6176950.
HSL color Cylindrical-coordinate representation of color #B6405E: hue angle of 344.75º 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 #B6405E is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 64 | 94 | - |
| CMYK | 0 | 0.65 | 0.48 | 0.29 |
| HSL | 344.75º | 0.48% | 0.48% | - |
| HSV(B) | 344.75º | 0.65% | 0.71% | - |
| XYZ | 23.15 | 14.42 | 12.15 | - |
| YUV | 102.7 | 123.09 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 64 | 94 | 0 | 0.65 | 0.48 | 0.29 | 344.75 | 0.48 | 0.48 |
| Hex | B6 | 40 | 5E | 0 | 41 | 30 | 1D | 159 | 30 | 30 |
| Octal | 266 | 100 | 136 | 0 | 101 | 60 | 35 | 531 | 60 | 60 |
| Binary | 10110110 | 1000000 | 1011110 | 0 | 1000001 | 110000 | 11101 | 101011001 | 110000 | 110000 |
Color Harmonies of #B6405E
Complementary color
Monochromatic Colors of #B6405E
Black with #B6405E
Text Example
Text Example
White with #B6405E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6405E; }
p { color: rgb(182,64,94); }
H1.HeaderClassName
{
color: #B6405E;
}
.AnyTagClassName
{
color: #B6405E;
}
</style>
background-color css
<style>
a { background-color: #B6405E; }
a { background-color: rgb(182,64,94); }
div.DivClassName
{
background-color: #B6405E;
}
.BgClassName
{
background-color: #B6405E;
}
</style>
border-color css
<style>
span { border-color: #B6405E; }
span { border-color: rgb(182,64,94); }
td.TdClassName
{
border-color: #B6405E;
}
.TagClassName
{
border-color: #B6405E;
}
</style>