Shades of Hippie Pink #B04B4E
Tints of Hippie Pink #B04B4E
RGB
CMYK
RGB Variations
Color information
#B04B4E (or 0xB04B4E) is known color: Hippie Pink. HEX triplet: B0, 4B and 4E. RGB value is (176,75,78). Sum of RGB (Red+Green+Blue) = 176+75+78=329 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.50% from 329); Green value is 75 (29.69% from 255 or 22.80% from 329); Blue value is 78 (30.86% from 255 or 23.71% from 329); Max value from RGB is 176 - color contains mainly: red. Hex color #B04B4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04B4E is #4FB4B1. Grayscale: #696969. Windows color (decimal): -5223602 or 5131184. OLE color: 5131184.
HSL color Cylindrical-coordinate representation of color #B04B4E: hue angle of 358.22º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B04B4E is Cyan = 0, Magento = 0.57, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 75 | 78 | - |
| CMYK | 0 | 0.57 | 0.56 | 0.31 |
| HSL | 358.22º | 0.4% | 0.49% | - |
| HSV(B) | 358.22º | 0.57% | 0.69% | - |
| XYZ | 21.8 | 14.81 | 8.92 | - |
| YUV | 105.54 | 112.46 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 75 | 78 | 0 | 0.57 | 0.56 | 0.31 | 358.22 | 0.4 | 0.49 |
| Hex | B0 | 4B | 4E | 0 | 39 | 38 | 1F | 166 | 28 | 31 |
| Octal | 260 | 113 | 116 | 0 | 71 | 70 | 37 | 546 | 50 | 61 |
| Binary | 10110000 | 1001011 | 1001110 | 0 | 111001 | 111000 | 11111 | 101100110 | 101000 | 110001 |
Color Harmonies of #B04B4E
Complementary color
Monochromatic Colors of #B04B4E
Black with #B04B4E
Text Example
Text Example
White with #B04B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04B4E; }
p { color: rgb(176,75,78); }
H1.HeaderClassName
{
color: #B04B4E;
}
.AnyTagClassName
{
color: #B04B4E;
}
</style>
background-color css
<style>
a { background-color: #B04B4E; }
a { background-color: rgb(176,75,78); }
div.DivClassName
{
background-color: #B04B4E;
}
.BgClassName
{
background-color: #B04B4E;
}
</style>
border-color css
<style>
span { border-color: #B04B4E; }
span { border-color: rgb(176,75,78); }
td.TdClassName
{
border-color: #B04B4E;
}
.TagClassName
{
border-color: #B04B4E;
}
</style>