Shades of Hippie Pink #B8494B
Tints of Hippie Pink #B8494B
RGB
CMYK
RGB Variations
Color information
#B8494B (or 0xB8494B) is known color: Hippie Pink. HEX triplet: B8, 49 and 4B. RGB value is (184,73,75). Sum of RGB (Red+Green+Blue) = 184+73+75=332 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.42% from 332); Green value is 73 (28.91% from 255 or 21.99% from 332); Blue value is 75 (29.69% from 255 or 22.59% from 332); Max value from RGB is 184 - color contains mainly: red. Hex color #B8494B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8494B is #47B6B4. Grayscale: #6A6A6A. Windows color (decimal): -4699829 or 4934072. OLE color: 4934072.
HSL color Cylindrical-coordinate representation of color #B8494B: hue angle of 358.92º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B8494B is Cyan = 0, Magento = 0.60, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 73 | 75 | - |
| CMYK | 0 | 0.60 | 0.59 | 0.28 |
| HSL | 358.92º | 0.44% | 0.5% | - |
| HSV(B) | 358.92º | 0.6% | 0.72% | - |
| XYZ | 23.42 | 15.46 | 8.41 | - |
| YUV | 106.42 | 110.27 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 73 | 75 | 0 | 0.60 | 0.59 | 0.28 | 358.92 | 0.44 | 0.5 |
| Hex | B8 | 49 | 4B | 0 | 3C | 3B | 1C | 167 | 2C | 32 |
| Octal | 270 | 111 | 113 | 0 | 74 | 73 | 34 | 547 | 54 | 62 |
| Binary | 10111000 | 1001001 | 1001011 | 0 | 111100 | 111011 | 11100 | 101100111 | 101100 | 110010 |
Color Harmonies of #B8494B
Complementary color
Monochromatic Colors of #B8494B
Black with #B8494B
Text Example
Text Example
White with #B8494B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8494B; }
p { color: rgb(184,73,75); }
H1.HeaderClassName
{
color: #B8494B;
}
.AnyTagClassName
{
color: #B8494B;
}
</style>
background-color css
<style>
a { background-color: #B8494B; }
a { background-color: rgb(184,73,75); }
div.DivClassName
{
background-color: #B8494B;
}
.BgClassName
{
background-color: #B8494B;
}
</style>
border-color css
<style>
span { border-color: #B8494B; }
span { border-color: rgb(184,73,75); }
td.TdClassName
{
border-color: #B8494B;
}
.TagClassName
{
border-color: #B8494B;
}
</style>