Shades of Hippie Pink #B8475D
Tints of Hippie Pink #B8475D
RGB
CMYK
RGB Variations
Color information
#B8475D (or 0xB8475D) is known color: Hippie Pink. HEX triplet: B8, 47 and 5D. RGB value is (184,71,93). Sum of RGB (Red+Green+Blue) = 184+71+93=348 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.87% from 348); Green value is 71 (28.12% from 255 or 20.40% from 348); Blue value is 93 (36.72% from 255 or 26.72% from 348); Max value from RGB is 184 - color contains mainly: red. Hex color #B8475D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8475D is #47B8A2. Grayscale: #6B6B6B. Windows color (decimal): -4700323 or 6113208. OLE color: 6113208.
HSL color Cylindrical-coordinate representation of color #B8475D: hue angle of 348.32º 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 #B8475D is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 71 | 93 | - |
| CMYK | 0 | 0.61 | 0.49 | 0.28 |
| HSL | 348.32º | 0.44% | 0.5% | - |
| HSV(B) | 348.32º | 0.61% | 0.72% | - |
| XYZ | 24 | 15.49 | 12.08 | - |
| YUV | 107.3 | 119.94 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 71 | 93 | 0 | 0.61 | 0.49 | 0.28 | 348.32 | 0.44 | 0.5 |
| Hex | B8 | 47 | 5D | 0 | 3D | 31 | 1C | 15C | 2C | 32 |
| Octal | 270 | 107 | 135 | 0 | 75 | 61 | 34 | 534 | 54 | 62 |
| Binary | 10111000 | 1000111 | 1011101 | 0 | 111101 | 110001 | 11100 | 101011100 | 101100 | 110010 |
Color Harmonies of #B8475D
Complementary color
Monochromatic Colors of #B8475D
Black with #B8475D
Text Example
Text Example
White with #B8475D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8475D; }
p { color: rgb(184,71,93); }
H1.HeaderClassName
{
color: #B8475D;
}
.AnyTagClassName
{
color: #B8475D;
}
</style>
background-color css
<style>
a { background-color: #B8475D; }
a { background-color: rgb(184,71,93); }
div.DivClassName
{
background-color: #B8475D;
}
.BgClassName
{
background-color: #B8475D;
}
</style>
border-color css
<style>
span { border-color: #B8475D; }
span { border-color: rgb(184,71,93); }
td.TdClassName
{
border-color: #B8475D;
}
.TagClassName
{
border-color: #B8475D;
}
</style>