Shades of Hopbush #B76C95
Tints of Hopbush #B76C95
RGB
CMYK
RGB Variations
Color information
#B76C95 (or 0xB76C95) is known color: Hopbush. HEX triplet: B7, 6C and 95. RGB value is (183,108,149). Sum of RGB (Red+Green+Blue) = 183+108+149=440 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.59% from 440); Green value is 108 (42.58% from 255 or 24.55% from 440); Blue value is 149 (58.59% from 255 or 33.86% from 440); Max value from RGB is 183 - color contains mainly: red. Hex color #B76C95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76C95 is #48936A. Grayscale: #878787. Windows color (decimal): -4756331 or 9792695. OLE color: 9792695.
HSL color Cylindrical-coordinate representation of color #B76C95: hue angle of 327.2º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B76C95 is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 108 | 149 | - |
| CMYK | 0 | 0.41 | 0.19 | 0.28 |
| HSL | 327.2º | 0.34% | 0.57% | - |
| HSV(B) | 327.2º | 0.41% | 0.72% | - |
| XYZ | 30.32 | 22.96 | 31.27 | - |
| YUV | 135.1 | 135.85 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 108 | 149 | 0 | 0.41 | 0.19 | 0.28 | 327.2 | 0.34 | 0.57 |
| Hex | B7 | 6C | 95 | 0 | 29 | 13 | 1C | 147 | 22 | 39 |
| Octal | 267 | 154 | 225 | 0 | 51 | 23 | 34 | 507 | 42 | 71 |
| Binary | 10110111 | 1101100 | 10010101 | 0 | 101001 | 10011 | 11100 | 101000111 | 100010 | 111001 |
Color Harmonies of #B76C95
Complementary color
Monochromatic Colors of #B76C95
Black with #B76C95
Text Example
Text Example
White with #B76C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76C95; }
p { color: rgb(183,108,149); }
H1.HeaderClassName
{
color: #B76C95;
}
.AnyTagClassName
{
color: #B76C95;
}
</style>
background-color css
<style>
a { background-color: #B76C95; }
a { background-color: rgb(183,108,149); }
div.DivClassName
{
background-color: #B76C95;
}
.BgClassName
{
background-color: #B76C95;
}
</style>
border-color css
<style>
span { border-color: #B76C95; }
span { border-color: rgb(183,108,149); }
td.TdClassName
{
border-color: #B76C95;
}
.TagClassName
{
border-color: #B76C95;
}
</style>