Shades of Hopbush #B87595
Tints of Hopbush #B87595
RGB
CMYK
RGB Variations
Color information
#B87595 (or 0xB87595) is known color: Hopbush. HEX triplet: B8, 75 and 95. RGB value is (184,117,149). Sum of RGB (Red+Green+Blue) = 184+117+149=450 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.89% from 450); Green value is 117 (46.09% from 255 or 26% from 450); Blue value is 149 (58.59% from 255 or 33.11% from 450); Max value from RGB is 184 - color contains mainly: red. Hex color #B87595 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87595 is #478A6A. Grayscale: #8C8C8C. Windows color (decimal): -4688491 or 9795000. OLE color: 9795000.
HSL color Cylindrical-coordinate representation of color #B87595: hue angle of 331.34º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B87595 is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 117 | 149 | - |
| CMYK | 0 | 0.36 | 0.19 | 0.28 |
| HSL | 331.34º | 0.32% | 0.59% | - |
| HSV(B) | 331.34º | 0.36% | 0.72% | - |
| XYZ | 31.55 | 25.08 | 31.61 | - |
| YUV | 140.68 | 132.7 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 117 | 149 | 0 | 0.36 | 0.19 | 0.28 | 331.34 | 0.32 | 0.59 |
| Hex | B8 | 75 | 95 | 0 | 24 | 13 | 1C | 14B | 20 | 3B |
| Octal | 270 | 165 | 225 | 0 | 44 | 23 | 34 | 513 | 40 | 73 |
| Binary | 10111000 | 1110101 | 10010101 | 0 | 100100 | 10011 | 11100 | 101001011 | 100000 | 111011 |
Color Harmonies of #B87595
Complementary color
Monochromatic Colors of #B87595
Black with #B87595
Text Example
Text Example
White with #B87595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87595; }
p { color: rgb(184,117,149); }
H1.HeaderClassName
{
color: #B87595;
}
.AnyTagClassName
{
color: #B87595;
}
</style>
background-color css
<style>
a { background-color: #B87595; }
a { background-color: rgb(184,117,149); }
div.DivClassName
{
background-color: #B87595;
}
.BgClassName
{
background-color: #B87595;
}
</style>
border-color css
<style>
span { border-color: #B87595; }
span { border-color: rgb(184,117,149); }
td.TdClassName
{
border-color: #B87595;
}
.TagClassName
{
border-color: #B87595;
}
</style>