Shades of Hopbush #B76A93
Tints of Hopbush #B76A93
RGB
CMYK
RGB Variations
Color information
#B76A93 (or 0xB76A93) is known color: Hopbush. HEX triplet: B7, 6A and 93. RGB value is (183,106,147). Sum of RGB (Red+Green+Blue) = 183+106+147=436 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.97% from 436); Green value is 106 (41.80% from 255 or 24.31% from 436); Blue value is 147 (57.81% from 255 or 33.72% from 436); Max value from RGB is 183 - color contains mainly: red. Hex color #B76A93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76A93 is #48956C. Grayscale: #858585. Windows color (decimal): -4756845 or 9661111. OLE color: 9661111.
HSL color Cylindrical-coordinate representation of color #B76A93: hue angle of 328.05º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B76A93 is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 106 | 147 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.28 |
| HSL | 328.05º | 0.35% | 0.57% | - |
| HSV(B) | 328.05º | 0.42% | 0.72% | - |
| XYZ | 29.95 | 22.48 | 30.36 | - |
| YUV | 133.7 | 135.51 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 106 | 147 | 0 | 0.42 | 0.20 | 0.28 | 328.05 | 0.35 | 0.57 |
| Hex | B7 | 6A | 93 | 0 | 2A | 14 | 1C | 148 | 23 | 39 |
| Octal | 267 | 152 | 223 | 0 | 52 | 24 | 34 | 510 | 43 | 71 |
| Binary | 10110111 | 1101010 | 10010011 | 0 | 101010 | 10100 | 11100 | 101001000 | 100011 | 111001 |
Color Harmonies of #B76A93
Complementary color
Monochromatic Colors of #B76A93
Black with #B76A93
Text Example
Text Example
White with #B76A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76A93; }
p { color: rgb(183,106,147); }
H1.HeaderClassName
{
color: #B76A93;
}
.AnyTagClassName
{
color: #B76A93;
}
</style>
background-color css
<style>
a { background-color: #B76A93; }
a { background-color: rgb(183,106,147); }
div.DivClassName
{
background-color: #B76A93;
}
.BgClassName
{
background-color: #B76A93;
}
</style>
border-color css
<style>
span { border-color: #B76A93; }
span { border-color: rgb(183,106,147); }
td.TdClassName
{
border-color: #B76A93;
}
.TagClassName
{
border-color: #B76A93;
}
</style>