Shades of Bronco #B09E84
Tints of Bronco #B09E84
RGB
CMYK
RGB Variations
Color information
#B09E84 (or 0xB09E84) is known color: Bronco. HEX triplet: B0, 9E and 84. RGB value is (176,158,132). Sum of RGB (Red+Green+Blue) = 176+158+132=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 158 (62.11% from 255 or 33.91% from 466); Blue value is 132 (51.95% from 255 or 28.33% from 466); Max value from RGB is 176 - color contains mainly: red. Hex color #B09E84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09E84 is #4F617B. Grayscale: #A0A0A0. Windows color (decimal): -5202300 or 8691376. OLE color: 8691376.
HSL color Cylindrical-coordinate representation of color #B09E84: hue angle of 35.45º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B09E84 is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 158 | 132 | - |
| CMYK | 0 | 0.10 | 0.25 | 0.31 |
| HSL | 35.45º | 0.22% | 0.6% | - |
| HSV(B) | 35.45º | 0.25% | 0.69% | - |
| XYZ | 34.3 | 35.35 | 26.85 | - |
| YUV | 160.42 | 111.96 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 158 | 132 | 0 | 0.10 | 0.25 | 0.31 | 35.45 | 0.22 | 0.6 |
| Hex | B0 | 9E | 84 | 0 | A | 19 | 1F | 23 | 16 | 3C |
| Octal | 260 | 236 | 204 | 0 | 12 | 31 | 37 | 43 | 26 | 74 |
| Binary | 10110000 | 10011110 | 10000100 | 0 | 1010 | 11001 | 11111 | 100011 | 10110 | 111100 |
Color Harmonies of #B09E84
Complementary color
Monochromatic Colors of #B09E84
Black with #B09E84
Text Example
Text Example
White with #B09E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09E84; }
p { color: rgb(176,158,132); }
H1.HeaderClassName
{
color: #B09E84;
}
.AnyTagClassName
{
color: #B09E84;
}
</style>
background-color css
<style>
a { background-color: #B09E84; }
a { background-color: rgb(176,158,132); }
div.DivClassName
{
background-color: #B09E84;
}
.BgClassName
{
background-color: #B09E84;
}
</style>
border-color css
<style>
span { border-color: #B09E84; }
span { border-color: rgb(176,158,132); }
td.TdClassName
{
border-color: #B09E84;
}
.TagClassName
{
border-color: #B09E84;
}
</style>