Shades of Hippie Pink #B6405D
Tints of Hippie Pink #B6405D
RGB
CMYK
RGB Variations
Color information
#B6405D (or 0xB6405D) is known color: Hippie Pink. HEX triplet: B6, 40 and 5D. RGB value is (182,64,93). Sum of RGB (Red+Green+Blue) = 182+64+93=339 (44% of max value = 765). Red value is 182 (71.48% from 255 or 53.69% from 339); Green value is 64 (25.39% from 255 or 18.88% from 339); Blue value is 93 (36.72% from 255 or 27.43% from 339); Max value from RGB is 182 - color contains mainly: red. Hex color #B6405D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6405D is #49BFA2. Grayscale: #666666. Windows color (decimal): -4833187 or 6111414. OLE color: 6111414.
HSL color Cylindrical-coordinate representation of color #B6405D: hue angle of 345.25º 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 #B6405D is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 64 | 93 | - |
| CMYK | 0 | 0.65 | 0.49 | 0.29 |
| HSL | 345.25º | 0.48% | 0.48% | - |
| HSV(B) | 345.25º | 0.65% | 0.71% | - |
| XYZ | 23.1 | 14.4 | 11.92 | - |
| YUV | 102.59 | 122.59 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 64 | 93 | 0 | 0.65 | 0.49 | 0.29 | 345.25 | 0.48 | 0.48 |
| Hex | B6 | 40 | 5D | 0 | 41 | 31 | 1D | 159 | 30 | 30 |
| Octal | 266 | 100 | 135 | 0 | 101 | 61 | 35 | 531 | 60 | 60 |
| Binary | 10110110 | 1000000 | 1011101 | 0 | 1000001 | 110001 | 11101 | 101011001 | 110000 | 110000 |
Color Harmonies of #B6405D
Complementary color
Monochromatic Colors of #B6405D
Black with #B6405D
Text Example
Text Example
White with #B6405D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6405D; }
p { color: rgb(182,64,93); }
H1.HeaderClassName
{
color: #B6405D;
}
.AnyTagClassName
{
color: #B6405D;
}
</style>
background-color css
<style>
a { background-color: #B6405D; }
a { background-color: rgb(182,64,93); }
div.DivClassName
{
background-color: #B6405D;
}
.BgClassName
{
background-color: #B6405D;
}
</style>
border-color css
<style>
span { border-color: #B6405D; }
span { border-color: rgb(182,64,93); }
td.TdClassName
{
border-color: #B6405D;
}
.TagClassName
{
border-color: #B6405D;
}
</style>