Shades of Hopbush #B76895
Tints of Hopbush #B76895
RGB
CMYK
RGB Variations
Color information
#B76895 (or 0xB76895) is known color: Hopbush. HEX triplet: B7, 68 and 95. RGB value is (183,104,149). Sum of RGB (Red+Green+Blue) = 183+104+149=436 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.97% from 436); Green value is 104 (41.02% from 255 or 23.85% from 436); Blue value is 149 (58.59% from 255 or 34.17% from 436); Max value from RGB is 183 - color contains mainly: red. Hex color #B76895 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76895 is #48976A. Grayscale: #848484. Windows color (decimal): -4757355 or 9791671. OLE color: 9791671.
HSL color Cylindrical-coordinate representation of color #B76895: hue angle of 325.82º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B76895 is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 104 | 149 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.28 |
| HSL | 325.82º | 0.35% | 0.56% | - |
| HSV(B) | 325.82º | 0.43% | 0.72% | - |
| XYZ | 29.9 | 22.14 | 31.13 | - |
| YUV | 132.75 | 137.17 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 104 | 149 | 0 | 0.43 | 0.19 | 0.28 | 325.82 | 0.35 | 0.56 |
| Hex | B7 | 68 | 95 | 0 | 2B | 13 | 1C | 146 | 23 | 38 |
| Octal | 267 | 150 | 225 | 0 | 53 | 23 | 34 | 506 | 43 | 70 |
| Binary | 10110111 | 1101000 | 10010101 | 0 | 101011 | 10011 | 11100 | 101000110 | 100011 | 111000 |
Color Harmonies of #B76895
Complementary color
Monochromatic Colors of #B76895
Black with #B76895
Text Example
Text Example
White with #B76895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76895; }
p { color: rgb(183,104,149); }
H1.HeaderClassName
{
color: #B76895;
}
.AnyTagClassName
{
color: #B76895;
}
</style>
background-color css
<style>
a { background-color: #B76895; }
a { background-color: rgb(183,104,149); }
div.DivClassName
{
background-color: #B76895;
}
.BgClassName
{
background-color: #B76895;
}
</style>
border-color css
<style>
span { border-color: #B76895; }
span { border-color: rgb(183,104,149); }
td.TdClassName
{
border-color: #B76895;
}
.TagClassName
{
border-color: #B76895;
}
</style>