Shades of Hippie Pink #B7475C
Tints of Hippie Pink #B7475C
RGB
CMYK
RGB Variations
Color information
#B7475C (or 0xB7475C) is known color: Hippie Pink. HEX triplet: B7, 47 and 5C. RGB value is (183,71,92). Sum of RGB (Red+Green+Blue) = 183+71+92=346 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.89% from 346); Green value is 71 (28.12% from 255 or 20.52% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 183 - color contains mainly: red. Hex color #B7475C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7475C is #48B8A3. Grayscale: #6A6A6A. Windows color (decimal): -4765860 or 6047671. OLE color: 6047671.
HSL color Cylindrical-coordinate representation of color #B7475C: hue angle of 348.75º 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 #B7475C is Cyan = 0, Magento = 0.61, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 71 | 92 | - |
| CMYK | 0 | 0.61 | 0.50 | 0.28 |
| HSL | 348.75º | 0.44% | 0.5% | - |
| HSV(B) | 348.75º | 0.61% | 0.72% | - |
| XYZ | 23.71 | 15.35 | 11.84 | - |
| YUV | 106.88 | 119.61 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 71 | 92 | 0 | 0.61 | 0.50 | 0.28 | 348.75 | 0.44 | 0.5 |
| Hex | B7 | 47 | 5C | 0 | 3D | 32 | 1C | 15D | 2C | 32 |
| Octal | 267 | 107 | 134 | 0 | 75 | 62 | 34 | 535 | 54 | 62 |
| Binary | 10110111 | 1000111 | 1011100 | 0 | 111101 | 110010 | 11100 | 101011101 | 101100 | 110010 |
Color Harmonies of #B7475C
Complementary color
Monochromatic Colors of #B7475C
Black with #B7475C
Text Example
Text Example
White with #B7475C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7475C; }
p { color: rgb(183,71,92); }
H1.HeaderClassName
{
color: #B7475C;
}
.AnyTagClassName
{
color: #B7475C;
}
</style>
background-color css
<style>
a { background-color: #B7475C; }
a { background-color: rgb(183,71,92); }
div.DivClassName
{
background-color: #B7475C;
}
.BgClassName
{
background-color: #B7475C;
}
</style>
border-color css
<style>
span { border-color: #B7475C; }
span { border-color: rgb(183,71,92); }
td.TdClassName
{
border-color: #B7475C;
}
.TagClassName
{
border-color: #B7475C;
}
</style>