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