Shades of Hippie Pink #B94A4D
Tints of Hippie Pink #B94A4D
RGB
CMYK
RGB Variations
Color information
#B94A4D (or 0xB94A4D) is known color: Hippie Pink. HEX triplet: B9, 4A and 4D. RGB value is (185,74,77). Sum of RGB (Red+Green+Blue) = 185+74+77=336 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.06% from 336); Green value is 74 (29.30% from 255 or 22.02% from 336); Blue value is 77 (30.47% from 255 or 22.92% from 336); Max value from RGB is 185 - color contains mainly: red. Hex color #B94A4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94A4D is #46B5B2. Grayscale: #6B6B6B. Windows color (decimal): -4634035 or 5065401. OLE color: 5065401.
HSL color Cylindrical-coordinate representation of color #B94A4D: hue angle of 358.38º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B94A4D is Cyan = 0, Magento = 0.6, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 74 | 77 | - |
| CMYK | 0 | 0.6 | 0.58 | 0.27 |
| HSL | 358.38º | 0.44% | 0.51% | - |
| HSV(B) | 358.38º | 0.6% | 0.73% | - |
| XYZ | 23.8 | 15.75 | 8.81 | - |
| YUV | 107.53 | 110.77 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 74 | 77 | 0 | 0.6 | 0.58 | 0.27 | 358.38 | 0.44 | 0.51 |
| Hex | B9 | 4A | 4D | 0 | 3C | 3A | 1B | 166 | 2C | 33 |
| Octal | 271 | 112 | 115 | 0 | 74 | 72 | 33 | 546 | 54 | 63 |
| Binary | 10111001 | 1001010 | 1001101 | 0 | 111100 | 111010 | 11011 | 101100110 | 101100 | 110011 |
Color Harmonies of #B94A4D
Complementary color
Monochromatic Colors of #B94A4D
Black with #B94A4D
Text Example
Text Example
White with #B94A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94A4D; }
p { color: rgb(185,74,77); }
H1.HeaderClassName
{
color: #B94A4D;
}
.AnyTagClassName
{
color: #B94A4D;
}
</style>
background-color css
<style>
a { background-color: #B94A4D; }
a { background-color: rgb(185,74,77); }
div.DivClassName
{
background-color: #B94A4D;
}
.BgClassName
{
background-color: #B94A4D;
}
</style>
border-color css
<style>
span { border-color: #B94A4D; }
span { border-color: rgb(185,74,77); }
td.TdClassName
{
border-color: #B94A4D;
}
.TagClassName
{
border-color: #B94A4D;
}
</style>