Shades of Hippie Pink #B7485E
Tints of Hippie Pink #B7485E
RGB
CMYK
RGB Variations
Color information
#B7485E (or 0xB7485E) is known color: Hippie Pink. HEX triplet: B7, 48 and 5E. RGB value is (183,72,94). Sum of RGB (Red+Green+Blue) = 183+72+94=349 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.44% from 349); Green value is 72 (28.52% from 255 or 20.63% from 349); Blue value is 94 (37.11% from 255 or 26.93% from 349); Max value from RGB is 183 - color contains mainly: red. Hex color #B7485E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7485E is #48B7A1. Grayscale: #6B6B6B. Windows color (decimal): -4765602 or 6178999. OLE color: 6178999.
HSL color Cylindrical-coordinate representation of color #B7485E: hue angle of 348.11º 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 #B7485E is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 72 | 94 | - |
| CMYK | 0 | 0.61 | 0.49 | 0.28 |
| HSL | 348.11º | 0.44% | 0.5% | - |
| HSV(B) | 348.11º | 0.61% | 0.72% | - |
| XYZ | 23.87 | 15.51 | 12.33 | - |
| YUV | 107.7 | 120.27 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 72 | 94 | 0 | 0.61 | 0.49 | 0.28 | 348.11 | 0.44 | 0.5 |
| Hex | B7 | 48 | 5E | 0 | 3D | 31 | 1C | 15C | 2C | 32 |
| Octal | 267 | 110 | 136 | 0 | 75 | 61 | 34 | 534 | 54 | 62 |
| Binary | 10110111 | 1001000 | 1011110 | 0 | 111101 | 110001 | 11100 | 101011100 | 101100 | 110010 |
Color Harmonies of #B7485E
Complementary color
Monochromatic Colors of #B7485E
Black with #B7485E
Text Example
Text Example
White with #B7485E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7485E; }
p { color: rgb(183,72,94); }
H1.HeaderClassName
{
color: #B7485E;
}
.AnyTagClassName
{
color: #B7485E;
}
</style>
background-color css
<style>
a { background-color: #B7485E; }
a { background-color: rgb(183,72,94); }
div.DivClassName
{
background-color: #B7485E;
}
.BgClassName
{
background-color: #B7485E;
}
</style>
border-color css
<style>
span { border-color: #B7485E; }
span { border-color: rgb(183,72,94); }
td.TdClassName
{
border-color: #B7485E;
}
.TagClassName
{
border-color: #B7485E;
}
</style>