Shades of Hopbush #B76697
Tints of Hopbush #B76697
RGB
CMYK
RGB Variations
Color information
#B76697 (or 0xB76697) is known color: Hopbush. HEX triplet: B7, 66 and 97. RGB value is (183,102,151). Sum of RGB (Red+Green+Blue) = 183+102+151=436 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.97% from 436); Green value is 102 (40.23% from 255 or 23.39% from 436); Blue value is 151 (59.38% from 255 or 34.63% from 436); Max value from RGB is 183 - color contains mainly: red. Hex color #B76697 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76697 is #489968. Grayscale: #838383. Windows color (decimal): -4757865 or 9922231. OLE color: 9922231.
HSL color Cylindrical-coordinate representation of color #B76697: hue angle of 323.7º 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 #B76697 is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 102 | 151 | - |
| CMYK | 0 | 0.44 | 0.17 | 0.28 |
| HSL | 323.7º | 0.36% | 0.56% | - |
| HSV(B) | 323.7º | 0.44% | 0.72% | - |
| XYZ | 29.87 | 21.8 | 31.91 | - |
| YUV | 131.81 | 138.84 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 102 | 151 | 0 | 0.44 | 0.17 | 0.28 | 323.7 | 0.36 | 0.56 |
| Hex | B7 | 66 | 97 | 0 | 2C | 11 | 1C | 144 | 24 | 38 |
| Octal | 267 | 146 | 227 | 0 | 54 | 21 | 34 | 504 | 44 | 70 |
| Binary | 10110111 | 1100110 | 10010111 | 0 | 101100 | 10001 | 11100 | 101000100 | 100100 | 111000 |
Color Harmonies of #B76697
Complementary color
Monochromatic Colors of #B76697
Black with #B76697
Text Example
Text Example
White with #B76697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76697; }
p { color: rgb(183,102,151); }
H1.HeaderClassName
{
color: #B76697;
}
.AnyTagClassName
{
color: #B76697;
}
</style>
background-color css
<style>
a { background-color: #B76697; }
a { background-color: rgb(183,102,151); }
div.DivClassName
{
background-color: #B76697;
}
.BgClassName
{
background-color: #B76697;
}
</style>
border-color css
<style>
span { border-color: #B76697; }
span { border-color: rgb(183,102,151); }
td.TdClassName
{
border-color: #B76697;
}
.TagClassName
{
border-color: #B76697;
}
</style>