Shades of Hippie Pink #B6434D
Tints of Hippie Pink #B6434D
RGB
CMYK
RGB Variations
Color information
#B6434D (or 0xB6434D) is known color: Hippie Pink. HEX triplet: B6, 43 and 4D. RGB value is (182,67,77). Sum of RGB (Red+Green+Blue) = 182+67+77=326 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.83% from 326); Green value is 67 (26.56% from 255 or 20.55% from 326); Blue value is 77 (30.47% from 255 or 23.62% from 326); Max value from RGB is 182 - color contains mainly: red. Hex color #B6434D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6434D is #49BCB2. Grayscale: #666666. Windows color (decimal): -4832435 or 5063606. OLE color: 5063606.
HSL color Cylindrical-coordinate representation of color #B6434D: hue angle of 354.78º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B6434D is Cyan = 0, Magento = 0.63, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 67 | 77 | - |
| CMYK | 0 | 0.63 | 0.58 | 0.29 |
| HSL | 354.78º | 0.46% | 0.49% | - |
| HSV(B) | 354.78º | 0.63% | 0.71% | - |
| XYZ | 22.64 | 14.5 | 8.63 | - |
| YUV | 102.53 | 113.6 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 67 | 77 | 0 | 0.63 | 0.58 | 0.29 | 354.78 | 0.46 | 0.49 |
| Hex | B6 | 43 | 4D | 0 | 3F | 3A | 1D | 163 | 2E | 31 |
| Octal | 266 | 103 | 115 | 0 | 77 | 72 | 35 | 543 | 56 | 61 |
| Binary | 10110110 | 1000011 | 1001101 | 0 | 111111 | 111010 | 11101 | 101100011 | 101110 | 110001 |
Color Harmonies of #B6434D
Complementary color
Monochromatic Colors of #B6434D
Black with #B6434D
Text Example
Text Example
White with #B6434D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6434D; }
p { color: rgb(182,67,77); }
H1.HeaderClassName
{
color: #B6434D;
}
.AnyTagClassName
{
color: #B6434D;
}
</style>
background-color css
<style>
a { background-color: #B6434D; }
a { background-color: rgb(182,67,77); }
div.DivClassName
{
background-color: #B6434D;
}
.BgClassName
{
background-color: #B6434D;
}
</style>
border-color css
<style>
span { border-color: #B6434D; }
span { border-color: rgb(182,67,77); }
td.TdClassName
{
border-color: #B6434D;
}
.TagClassName
{
border-color: #B6434D;
}
</style>