Shades of Hopbush #B76695
Tints of Hopbush #B76695
RGB
CMYK
RGB Variations
Color information
#B76695 (or 0xB76695) is known color: Hopbush. HEX triplet: B7, 66 and 95. RGB value is (183,102,149). Sum of RGB (Red+Green+Blue) = 183+102+149=434 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.17% from 434); Green value is 102 (40.23% from 255 or 23.50% from 434); Blue value is 149 (58.59% from 255 or 34.33% from 434); Max value from RGB is 183 - color contains mainly: red. Hex color #B76695 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76695 is #48996A. Grayscale: #838383. Windows color (decimal): -4757867 or 9791159. OLE color: 9791159.
HSL color Cylindrical-coordinate representation of color #B76695: hue angle of 325.19º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B76695 is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 102 | 149 | - |
| CMYK | 0 | 0.44 | 0.19 | 0.28 |
| HSL | 325.19º | 0.36% | 0.56% | - |
| HSV(B) | 325.19º | 0.44% | 0.72% | - |
| XYZ | 29.7 | 21.74 | 31.06 | - |
| YUV | 131.58 | 137.84 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 102 | 149 | 0 | 0.44 | 0.19 | 0.28 | 325.19 | 0.36 | 0.56 |
| Hex | B7 | 66 | 95 | 0 | 2C | 13 | 1C | 145 | 24 | 38 |
| Octal | 267 | 146 | 225 | 0 | 54 | 23 | 34 | 505 | 44 | 70 |
| Binary | 10110111 | 1100110 | 10010101 | 0 | 101100 | 10011 | 11100 | 101000101 | 100100 | 111000 |
Color Harmonies of #B76695
Complementary color
Monochromatic Colors of #B76695
Black with #B76695
Text Example
Text Example
White with #B76695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76695; }
p { color: rgb(183,102,149); }
H1.HeaderClassName
{
color: #B76695;
}
.AnyTagClassName
{
color: #B76695;
}
</style>
background-color css
<style>
a { background-color: #B76695; }
a { background-color: rgb(183,102,149); }
div.DivClassName
{
background-color: #B76695;
}
.BgClassName
{
background-color: #B76695;
}
</style>
border-color css
<style>
span { border-color: #B76695; }
span { border-color: rgb(183,102,149); }
td.TdClassName
{
border-color: #B76695;
}
.TagClassName
{
border-color: #B76695;
}
</style>