Shades of Hopbush #B76699
Tints of Hopbush #B76699
RGB
CMYK
RGB Variations
Color information
#B76699 (or 0xB76699) is known color: Hopbush. HEX triplet: B7, 66 and 99. RGB value is (183,102,153). Sum of RGB (Red+Green+Blue) = 183+102+153=438 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.78% from 438); Green value is 102 (40.23% from 255 or 23.29% from 438); Blue value is 153 (60.16% from 255 or 34.93% from 438); Max value from RGB is 183 - color contains mainly: red. Hex color #B76699 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76699 is #489966. Grayscale: #838383. Windows color (decimal): -4757863 or 10053303. OLE color: 10053303.
HSL color Cylindrical-coordinate representation of color #B76699: hue angle of 322.22º 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 #B76699 is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 102 | 153 | - |
| CMYK | 0 | 0.44 | 0.16 | 0.28 |
| HSL | 322.22º | 0.36% | 0.56% | - |
| HSV(B) | 322.22º | 0.44% | 0.72% | - |
| XYZ | 30.03 | 21.87 | 32.78 | - |
| YUV | 132.03 | 139.84 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 102 | 153 | 0 | 0.44 | 0.16 | 0.28 | 322.22 | 0.36 | 0.56 |
| Hex | B7 | 66 | 99 | 0 | 2C | 10 | 1C | 142 | 24 | 38 |
| Octal | 267 | 146 | 231 | 0 | 54 | 20 | 34 | 502 | 44 | 70 |
| Binary | 10110111 | 1100110 | 10011001 | 0 | 101100 | 10000 | 11100 | 101000010 | 100100 | 111000 |
Color Harmonies of #B76699
Complementary color
Monochromatic Colors of #B76699
Black with #B76699
Text Example
Text Example
White with #B76699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76699; }
p { color: rgb(183,102,153); }
H1.HeaderClassName
{
color: #B76699;
}
.AnyTagClassName
{
color: #B76699;
}
</style>
background-color css
<style>
a { background-color: #B76699; }
a { background-color: rgb(183,102,153); }
div.DivClassName
{
background-color: #B76699;
}
.BgClassName
{
background-color: #B76699;
}
</style>
border-color css
<style>
span { border-color: #B76699; }
span { border-color: rgb(183,102,153); }
td.TdClassName
{
border-color: #B76699;
}
.TagClassName
{
border-color: #B76699;
}
</style>