Shades of Bronco #B09A80
Tints of Bronco #B09A80
RGB
CMYK
RGB Variations
Color information
#B09A80 (or 0xB09A80) is known color: Bronco. HEX triplet: B0, 9A and 80. RGB value is (176,154,128). Sum of RGB (Red+Green+Blue) = 176+154+128=458 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.43% from 458); Green value is 154 (60.55% from 255 or 33.62% from 458); Blue value is 128 (50.39% from 255 or 27.95% from 458); Max value from RGB is 176 - color contains mainly: red. Hex color #B09A80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09A80 is #4F657F. Grayscale: #9D9D9D. Windows color (decimal): -5203328 or 8428208. OLE color: 8428208.
HSL color Cylindrical-coordinate representation of color #B09A80: hue angle of 32.5º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B09A80 is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 154 | 128 | - |
| CMYK | 0 | 0.12 | 0.27 | 0.31 |
| HSL | 32.5º | 0.23% | 0.6% | - |
| HSV(B) | 32.5º | 0.27% | 0.69% | - |
| XYZ | 33.36 | 33.9 | 25.21 | - |
| YUV | 157.61 | 111.29 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 154 | 128 | 0 | 0.12 | 0.27 | 0.31 | 32.5 | 0.23 | 0.6 |
| Hex | B0 | 9A | 80 | 0 | C | 1B | 1F | 20 | 17 | 3C |
| Octal | 260 | 232 | 200 | 0 | 14 | 33 | 37 | 40 | 27 | 74 |
| Binary | 10110000 | 10011010 | 10000000 | 0 | 1100 | 11011 | 11111 | 100000 | 10111 | 111100 |
Color Harmonies of #B09A80
Complementary color
Monochromatic Colors of #B09A80
Black with #B09A80
Text Example
Text Example
White with #B09A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09A80; }
p { color: rgb(176,154,128); }
H1.HeaderClassName
{
color: #B09A80;
}
.AnyTagClassName
{
color: #B09A80;
}
</style>
background-color css
<style>
a { background-color: #B09A80; }
a { background-color: rgb(176,154,128); }
div.DivClassName
{
background-color: #B09A80;
}
.BgClassName
{
background-color: #B09A80;
}
</style>
border-color css
<style>
span { border-color: #B09A80; }
span { border-color: rgb(176,154,128); }
td.TdClassName
{
border-color: #B09A80;
}
.TagClassName
{
border-color: #B09A80;
}
</style>