Shades of Hippie Pink #B04D4E
Tints of Hippie Pink #B04D4E
RGB
CMYK
RGB Variations
Color information
#B04D4E (or 0xB04D4E) is known color: Hippie Pink. HEX triplet: B0, 4D and 4E. RGB value is (176,77,78). Sum of RGB (Red+Green+Blue) = 176+77+78=331 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.17% from 331); Green value is 77 (30.47% from 255 or 23.26% from 331); Blue value is 78 (30.86% from 255 or 23.56% from 331); Max value from RGB is 176 - color contains mainly: red. Hex color #B04D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B04D4E is #4FB2B1. Grayscale: #6A6A6A. Windows color (decimal): -5223090 or 5131696. OLE color: 5131696.
HSL color Cylindrical-coordinate representation of color #B04D4E: hue angle of 359.39º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B04D4E is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 77 | 78 | - |
| CMYK | 0 | 0.56 | 0.56 | 0.31 |
| HSL | 359.39º | 0.39% | 0.5% | - |
| HSV(B) | 359.39º | 0.56% | 0.69% | - |
| XYZ | 21.93 | 15.09 | 8.96 | - |
| YUV | 106.72 | 111.8 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 77 | 78 | 0 | 0.56 | 0.56 | 0.31 | 359.39 | 0.39 | 0.5 |
| Hex | B0 | 4D | 4E | 0 | 38 | 38 | 1F | 167 | 27 | 32 |
| Octal | 260 | 115 | 116 | 0 | 70 | 70 | 37 | 547 | 47 | 62 |
| Binary | 10110000 | 1001101 | 1001110 | 0 | 111000 | 111000 | 11111 | 101100111 | 100111 | 110010 |
Color Harmonies of #B04D4E
Complementary color
Monochromatic Colors of #B04D4E
Black with #B04D4E
Text Example
Text Example
White with #B04D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04D4E; }
p { color: rgb(176,77,78); }
H1.HeaderClassName
{
color: #B04D4E;
}
.AnyTagClassName
{
color: #B04D4E;
}
</style>
background-color css
<style>
a { background-color: #B04D4E; }
a { background-color: rgb(176,77,78); }
div.DivClassName
{
background-color: #B04D4E;
}
.BgClassName
{
background-color: #B04D4E;
}
</style>
border-color css
<style>
span { border-color: #B04D4E; }
span { border-color: rgb(176,77,78); }
td.TdClassName
{
border-color: #B04D4E;
}
.TagClassName
{
border-color: #B04D4E;
}
</style>