Shades of Hippie Pink #B7495D
Tints of Hippie Pink #B7495D
RGB
CMYK
RGB Variations
Color information
#B7495D (or 0xB7495D) is known color: Hippie Pink. HEX triplet: B7, 49 and 5D. RGB value is (183,73,93). Sum of RGB (Red+Green+Blue) = 183+73+93=349 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.44% from 349); Green value is 73 (28.91% from 255 or 20.92% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 183 - color contains mainly: red. Hex color #B7495D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7495D is #48B6A2. Grayscale: #6C6C6C. Windows color (decimal): -4765347 or 6113719. OLE color: 6113719.
HSL color Cylindrical-coordinate representation of color #B7495D: hue angle of 349.09º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B7495D is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 73 | 93 | - |
| CMYK | 0 | 0.60 | 0.49 | 0.28 |
| HSL | 349.09º | 0.43% | 0.5% | - |
| HSV(B) | 349.09º | 0.6% | 0.72% | - |
| XYZ | 23.89 | 15.62 | 12.11 | - |
| YUV | 108.17 | 119.44 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 73 | 93 | 0 | 0.60 | 0.49 | 0.28 | 349.09 | 0.43 | 0.5 |
| Hex | B7 | 49 | 5D | 0 | 3C | 31 | 1C | 15D | 2B | 32 |
| Octal | 267 | 111 | 135 | 0 | 74 | 61 | 34 | 535 | 53 | 62 |
| Binary | 10110111 | 1001001 | 1011101 | 0 | 111100 | 110001 | 11100 | 101011101 | 101011 | 110010 |
Color Harmonies of #B7495D
Complementary color
Monochromatic Colors of #B7495D
Black with #B7495D
Text Example
Text Example
White with #B7495D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7495D; }
p { color: rgb(183,73,93); }
H1.HeaderClassName
{
color: #B7495D;
}
.AnyTagClassName
{
color: #B7495D;
}
</style>
background-color css
<style>
a { background-color: #B7495D; }
a { background-color: rgb(183,73,93); }
div.DivClassName
{
background-color: #B7495D;
}
.BgClassName
{
background-color: #B7495D;
}
</style>
border-color css
<style>
span { border-color: #B7495D; }
span { border-color: rgb(183,73,93); }
td.TdClassName
{
border-color: #B7495D;
}
.TagClassName
{
border-color: #B7495D;
}
</style>