Shades of Hippie Pink #B6434F
Tints of Hippie Pink #B6434F
RGB
CMYK
RGB Variations
Color information
#B6434F (or 0xB6434F) is known color: Hippie Pink. HEX triplet: B6, 43 and 4F. RGB value is (182,67,79). Sum of RGB (Red+Green+Blue) = 182+67+79=328 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.49% from 328); Green value is 67 (26.56% from 255 or 20.43% from 328); Blue value is 79 (31.25% from 255 or 24.09% from 328); Max value from RGB is 182 - color contains mainly: red. Hex color #B6434F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6434F is #49BCB0. Grayscale: #666666. Windows color (decimal): -4832433 or 5194678. OLE color: 5194678.
HSL color Cylindrical-coordinate representation of color #B6434F: hue angle of 353.74º 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 #B6434F is Cyan = 0, Magento = 0.63, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 67 | 79 | - |
| CMYK | 0 | 0.63 | 0.57 | 0.29 |
| HSL | 353.74º | 0.46% | 0.49% | - |
| HSV(B) | 353.74º | 0.63% | 0.71% | - |
| XYZ | 22.71 | 14.52 | 9 | - |
| YUV | 102.75 | 114.6 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 67 | 79 | 0 | 0.63 | 0.57 | 0.29 | 353.74 | 0.46 | 0.49 |
| Hex | B6 | 43 | 4F | 0 | 3F | 39 | 1D | 162 | 2E | 31 |
| Octal | 266 | 103 | 117 | 0 | 77 | 71 | 35 | 542 | 56 | 61 |
| Binary | 10110110 | 1000011 | 1001111 | 0 | 111111 | 111001 | 11101 | 101100010 | 101110 | 110001 |
Color Harmonies of #B6434F
Complementary color
Monochromatic Colors of #B6434F
Black with #B6434F
Text Example
Text Example
White with #B6434F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6434F; }
p { color: rgb(182,67,79); }
H1.HeaderClassName
{
color: #B6434F;
}
.AnyTagClassName
{
color: #B6434F;
}
</style>
background-color css
<style>
a { background-color: #B6434F; }
a { background-color: rgb(182,67,79); }
div.DivClassName
{
background-color: #B6434F;
}
.BgClassName
{
background-color: #B6434F;
}
</style>
border-color css
<style>
span { border-color: #B6434F; }
span { border-color: rgb(182,67,79); }
td.TdClassName
{
border-color: #B6434F;
}
.TagClassName
{
border-color: #B6434F;
}
</style>