Shades of Hippie Pink #B74D4F
Tints of Hippie Pink #B74D4F
RGB
CMYK
RGB Variations
Color information
#B74D4F (or 0xB74D4F) is known color: Hippie Pink. HEX triplet: B7, 4D and 4F. RGB value is (183,77,79). Sum of RGB (Red+Green+Blue) = 183+77+79=339 (44% of max value = 765). Red value is 183 (71.88% from 255 or 53.98% from 339); Green value is 77 (30.47% from 255 or 22.71% from 339); Blue value is 79 (31.25% from 255 or 23.30% from 339); Max value from RGB is 183 - color contains mainly: red. Hex color #B74D4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B74D4F is #48B2B0. Grayscale: #6D6D6D. Windows color (decimal): -4764337 or 5197239. OLE color: 5197239.
HSL color Cylindrical-coordinate representation of color #B74D4F: hue angle of 358.87º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B74D4F is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 77 | 79 | - |
| CMYK | 0 | 0.58 | 0.57 | 0.28 |
| HSL | 358.87º | 0.42% | 0.51% | - |
| HSV(B) | 358.87º | 0.58% | 0.72% | - |
| XYZ | 23.59 | 15.94 | 9.23 | - |
| YUV | 108.92 | 111.12 | 180.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 77 | 79 | 0 | 0.58 | 0.57 | 0.28 | 358.87 | 0.42 | 0.51 |
| Hex | B7 | 4D | 4F | 0 | 3A | 39 | 1C | 167 | 2A | 33 |
| Octal | 267 | 115 | 117 | 0 | 72 | 71 | 34 | 547 | 52 | 63 |
| Binary | 10110111 | 1001101 | 1001111 | 0 | 111010 | 111001 | 11100 | 101100111 | 101010 | 110011 |
Color Harmonies of #B74D4F
Complementary color
Monochromatic Colors of #B74D4F
Black with #B74D4F
Text Example
Text Example
White with #B74D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74D4F; }
p { color: rgb(183,77,79); }
H1.HeaderClassName
{
color: #B74D4F;
}
.AnyTagClassName
{
color: #B74D4F;
}
</style>
background-color css
<style>
a { background-color: #B74D4F; }
a { background-color: rgb(183,77,79); }
div.DivClassName
{
background-color: #B74D4F;
}
.BgClassName
{
background-color: #B74D4F;
}
</style>
border-color css
<style>
span { border-color: #B74D4F; }
span { border-color: rgb(183,77,79); }
td.TdClassName
{
border-color: #B74D4F;
}
.TagClassName
{
border-color: #B74D4F;
}
</style>