Shades of Hopbush #B76595
Tints of Hopbush #B76595
RGB
CMYK
RGB Variations
Color information
#B76595 (or 0xB76595) is known color: Hopbush. HEX triplet: B7, 65 and 95. RGB value is (183,101,149). Sum of RGB (Red+Green+Blue) = 183+101+149=433 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.26% from 433); Green value is 101 (39.84% from 255 or 23.33% from 433); Blue value is 149 (58.59% from 255 or 34.41% from 433); Max value from RGB is 183 - color contains mainly: red. Hex color #B76595 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76595 is #489A6A. Grayscale: #828282. Windows color (decimal): -4758123 or 9790903. OLE color: 9790903.
HSL color Cylindrical-coordinate representation of color #B76595: hue angle of 324.88º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B76595 is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 101 | 149 | - |
| CMYK | 0 | 0.45 | 0.19 | 0.28 |
| HSL | 324.88º | 0.36% | 0.56% | - |
| HSV(B) | 324.88º | 0.45% | 0.72% | - |
| XYZ | 29.61 | 21.54 | 31.03 | - |
| YUV | 130.99 | 138.17 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 101 | 149 | 0 | 0.45 | 0.19 | 0.28 | 324.88 | 0.36 | 0.56 |
| Hex | B7 | 65 | 95 | 0 | 2D | 13 | 1C | 145 | 24 | 38 |
| Octal | 267 | 145 | 225 | 0 | 55 | 23 | 34 | 505 | 44 | 70 |
| Binary | 10110111 | 1100101 | 10010101 | 0 | 101101 | 10011 | 11100 | 101000101 | 100100 | 111000 |
Color Harmonies of #B76595
Complementary color
Monochromatic Colors of #B76595
Black with #B76595
Text Example
Text Example
White with #B76595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76595; }
p { color: rgb(183,101,149); }
H1.HeaderClassName
{
color: #B76595;
}
.AnyTagClassName
{
color: #B76595;
}
</style>
background-color css
<style>
a { background-color: #B76595; }
a { background-color: rgb(183,101,149); }
div.DivClassName
{
background-color: #B76595;
}
.BgClassName
{
background-color: #B76595;
}
</style>
border-color css
<style>
span { border-color: #B76595; }
span { border-color: rgb(183,101,149); }
td.TdClassName
{
border-color: #B76595;
}
.TagClassName
{
border-color: #B76595;
}
</style>