Shades of Hopbush #B76A95
Tints of Hopbush #B76A95
RGB
CMYK
RGB Variations
Color information
#B76A95 (or 0xB76A95) is known color: Hopbush. HEX triplet: B7, 6A and 95. RGB value is (183,106,149). Sum of RGB (Red+Green+Blue) = 183+106+149=438 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.78% from 438); Green value is 106 (41.80% from 255 or 24.20% from 438); Blue value is 149 (58.59% from 255 or 34.02% from 438); Max value from RGB is 183 - color contains mainly: red. Hex color #B76A95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76A95 is #48956A. Grayscale: #858585. Windows color (decimal): -4756843 or 9792183. OLE color: 9792183.
HSL color Cylindrical-coordinate representation of color #B76A95: hue angle of 326.49º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B76A95 is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 106 | 149 | - |
| CMYK | 0 | 0.42 | 0.19 | 0.28 |
| HSL | 326.49º | 0.35% | 0.57% | - |
| HSV(B) | 326.49º | 0.42% | 0.72% | - |
| XYZ | 30.11 | 22.55 | 31.2 | - |
| YUV | 133.93 | 136.51 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 106 | 149 | 0 | 0.42 | 0.19 | 0.28 | 326.49 | 0.35 | 0.57 |
| Hex | B7 | 6A | 95 | 0 | 2A | 13 | 1C | 146 | 23 | 39 |
| Octal | 267 | 152 | 225 | 0 | 52 | 23 | 34 | 506 | 43 | 71 |
| Binary | 10110111 | 1101010 | 10010101 | 0 | 101010 | 10011 | 11100 | 101000110 | 100011 | 111001 |
Color Harmonies of #B76A95
Complementary color
Monochromatic Colors of #B76A95
Black with #B76A95
Text Example
Text Example
White with #B76A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76A95; }
p { color: rgb(183,106,149); }
H1.HeaderClassName
{
color: #B76A95;
}
.AnyTagClassName
{
color: #B76A95;
}
</style>
background-color css
<style>
a { background-color: #B76A95; }
a { background-color: rgb(183,106,149); }
div.DivClassName
{
background-color: #B76A95;
}
.BgClassName
{
background-color: #B76A95;
}
</style>
border-color css
<style>
span { border-color: #B76A95; }
span { border-color: rgb(183,106,149); }
td.TdClassName
{
border-color: #B76A95;
}
.TagClassName
{
border-color: #B76A95;
}
</style>