Shades of Hippie Pink #B7485A
Tints of Hippie Pink #B7485A
RGB
CMYK
RGB Variations
Color information
#B7485A (or 0xB7485A) is known color: Hippie Pink. HEX triplet: B7, 48 and 5A. RGB value is (183,72,90). Sum of RGB (Red+Green+Blue) = 183+72+90=345 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.04% from 345); Green value is 72 (28.52% from 255 or 20.87% from 345); Blue value is 90 (35.55% from 255 or 26.09% from 345); Max value from RGB is 183 - color contains mainly: red. Hex color #B7485A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7485A is #48B7A5. Grayscale: #6B6B6B. Windows color (decimal): -4765606 or 5916855. OLE color: 5916855.
HSL color Cylindrical-coordinate representation of color #B7485A: hue angle of 350.27º 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 #B7485A is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 72 | 90 | - |
| CMYK | 0 | 0.61 | 0.51 | 0.28 |
| HSL | 350.27º | 0.44% | 0.5% | - |
| HSV(B) | 350.27º | 0.61% | 0.72% | - |
| XYZ | 23.69 | 15.44 | 11.4 | - |
| YUV | 107.24 | 118.27 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 72 | 90 | 0 | 0.61 | 0.51 | 0.28 | 350.27 | 0.44 | 0.5 |
| Hex | B7 | 48 | 5A | 0 | 3D | 33 | 1C | 15E | 2C | 32 |
| Octal | 267 | 110 | 132 | 0 | 75 | 63 | 34 | 536 | 54 | 62 |
| Binary | 10110111 | 1001000 | 1011010 | 0 | 111101 | 110011 | 11100 | 101011110 | 101100 | 110010 |
Color Harmonies of #B7485A
Complementary color
Monochromatic Colors of #B7485A
Black with #B7485A
Text Example
Text Example
White with #B7485A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7485A; }
p { color: rgb(183,72,90); }
H1.HeaderClassName
{
color: #B7485A;
}
.AnyTagClassName
{
color: #B7485A;
}
</style>
background-color css
<style>
a { background-color: #B7485A; }
a { background-color: rgb(183,72,90); }
div.DivClassName
{
background-color: #B7485A;
}
.BgClassName
{
background-color: #B7485A;
}
</style>
border-color css
<style>
span { border-color: #B7485A; }
span { border-color: rgb(183,72,90); }
td.TdClassName
{
border-color: #B7485A;
}
.TagClassName
{
border-color: #B7485A;
}
</style>