Shades of Hippie Pink #B8485A
Tints of Hippie Pink #B8485A
RGB
CMYK
RGB Variations
Color information
#B8485A (or 0xB8485A) is known color: Hippie Pink. HEX triplet: B8, 48 and 5A. RGB value is (184,72,90). Sum of RGB (Red+Green+Blue) = 184+72+90=346 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.18% from 346); Green value is 72 (28.52% from 255 or 20.81% from 346); Blue value is 90 (35.55% from 255 or 26.01% from 346); Max value from RGB is 184 - color contains mainly: red. Hex color #B8485A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8485A is #47B7A5. Grayscale: #6B6B6B. Windows color (decimal): -4700070 or 5916856. OLE color: 5916856.
HSL color Cylindrical-coordinate representation of color #B8485A: hue angle of 350.36º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B8485A is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 72 | 90 | - |
| CMYK | 0 | 0.61 | 0.51 | 0.28 |
| HSL | 350.36º | 0.44% | 0.5% | - |
| HSV(B) | 350.36º | 0.61% | 0.72% | - |
| XYZ | 23.93 | 15.56 | 11.42 | - |
| YUV | 107.54 | 118.11 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 72 | 90 | 0 | 0.61 | 0.51 | 0.28 | 350.36 | 0.44 | 0.5 |
| Hex | B8 | 48 | 5A | 0 | 3D | 33 | 1C | 15E | 2C | 32 |
| Octal | 270 | 110 | 132 | 0 | 75 | 63 | 34 | 536 | 54 | 62 |
| Binary | 10111000 | 1001000 | 1011010 | 0 | 111101 | 110011 | 11100 | 101011110 | 101100 | 110010 |
Color Harmonies of #B8485A
Complementary color
Monochromatic Colors of #B8485A
Black with #B8485A
Text Example
Text Example
White with #B8485A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8485A; }
p { color: rgb(184,72,90); }
H1.HeaderClassName
{
color: #B8485A;
}
.AnyTagClassName
{
color: #B8485A;
}
</style>
background-color css
<style>
a { background-color: #B8485A; }
a { background-color: rgb(184,72,90); }
div.DivClassName
{
background-color: #B8485A;
}
.BgClassName
{
background-color: #B8485A;
}
</style>
border-color css
<style>
span { border-color: #B8485A; }
span { border-color: rgb(184,72,90); }
td.TdClassName
{
border-color: #B8485A;
}
.TagClassName
{
border-color: #B8485A;
}
</style>