Shades of Hippie Pink #B64B4E
Tints of Hippie Pink #B64B4E
RGB
CMYK
RGB Variations
Color information
#B64B4E (or 0xB64B4E) is known color: Hippie Pink. HEX triplet: B6, 4B and 4E. RGB value is (182,75,78). Sum of RGB (Red+Green+Blue) = 182+75+78=335 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.33% from 335); Green value is 75 (29.69% from 255 or 22.39% from 335); Blue value is 78 (30.86% from 255 or 23.28% from 335); Max value from RGB is 182 - color contains mainly: red. Hex color #B64B4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64B4E is #49B4B1. Grayscale: #6B6B6B. Windows color (decimal): -4830386 or 5131190. OLE color: 5131190.
HSL color Cylindrical-coordinate representation of color #B64B4E: hue angle of 358.32º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B64B4E is Cyan = 0, Magento = 0.59, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 75 | 78 | - |
| CMYK | 0 | 0.59 | 0.57 | 0.29 |
| HSL | 358.32º | 0.42% | 0.5% | - |
| HSV(B) | 358.32º | 0.59% | 0.71% | - |
| XYZ | 23.18 | 15.53 | 8.98 | - |
| YUV | 107.34 | 111.45 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 75 | 78 | 0 | 0.59 | 0.57 | 0.29 | 358.32 | 0.42 | 0.5 |
| Hex | B6 | 4B | 4E | 0 | 3B | 39 | 1D | 166 | 2A | 32 |
| Octal | 266 | 113 | 116 | 0 | 73 | 71 | 35 | 546 | 52 | 62 |
| Binary | 10110110 | 1001011 | 1001110 | 0 | 111011 | 111001 | 11101 | 101100110 | 101010 | 110010 |
Color Harmonies of #B64B4E
Complementary color
Monochromatic Colors of #B64B4E
Black with #B64B4E
Text Example
Text Example
White with #B64B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64B4E; }
p { color: rgb(182,75,78); }
H1.HeaderClassName
{
color: #B64B4E;
}
.AnyTagClassName
{
color: #B64B4E;
}
</style>
background-color css
<style>
a { background-color: #B64B4E; }
a { background-color: rgb(182,75,78); }
div.DivClassName
{
background-color: #B64B4E;
}
.BgClassName
{
background-color: #B64B4E;
}
</style>
border-color css
<style>
span { border-color: #B64B4E; }
span { border-color: rgb(182,75,78); }
td.TdClassName
{
border-color: #B64B4E;
}
.TagClassName
{
border-color: #B64B4E;
}
</style>