Shades of Hippie Pink #B74256
Tints of Hippie Pink #B74256
RGB
CMYK
RGB Variations
Color information
#B74256 (or 0xB74256) is known color: Hippie Pink. HEX triplet: B7, 42 and 56. RGB value is (183,66,86). Sum of RGB (Red+Green+Blue) = 183+66+86=335 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.63% from 335); Green value is 66 (26.17% from 255 or 19.70% from 335); Blue value is 86 (33.98% from 255 or 25.67% from 335); Max value from RGB is 183 - color contains mainly: red. Hex color #B74256 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74256 is #48BDA9. Grayscale: #676767. Windows color (decimal): -4767146 or 5653175. OLE color: 5653175.
HSL color Cylindrical-coordinate representation of color #B74256: hue angle of 349.74º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B74256 is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 66 | 86 | - |
| CMYK | 0 | 0.64 | 0.53 | 0.28 |
| HSL | 349.74º | 0.47% | 0.49% | - |
| HSV(B) | 349.74º | 0.64% | 0.72% | - |
| XYZ | 23.16 | 14.64 | 10.41 | - |
| YUV | 103.26 | 118.26 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 66 | 86 | 0 | 0.64 | 0.53 | 0.28 | 349.74 | 0.47 | 0.49 |
| Hex | B7 | 42 | 56 | 0 | 40 | 35 | 1C | 15E | 2F | 31 |
| Octal | 267 | 102 | 126 | 0 | 100 | 65 | 34 | 536 | 57 | 61 |
| Binary | 10110111 | 1000010 | 1010110 | 0 | 1000000 | 110101 | 11100 | 101011110 | 101111 | 110001 |
Color Harmonies of #B74256
Complementary color
Monochromatic Colors of #B74256
Black with #B74256
Text Example
Text Example
White with #B74256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74256; }
p { color: rgb(183,66,86); }
H1.HeaderClassName
{
color: #B74256;
}
.AnyTagClassName
{
color: #B74256;
}
</style>
background-color css
<style>
a { background-color: #B74256; }
a { background-color: rgb(183,66,86); }
div.DivClassName
{
background-color: #B74256;
}
.BgClassName
{
background-color: #B74256;
}
</style>
border-color css
<style>
span { border-color: #B74256; }
span { border-color: rgb(183,66,86); }
td.TdClassName
{
border-color: #B74256;
}
.TagClassName
{
border-color: #B74256;
}
</style>