Shades of Bronco #B09F80
Tints of Bronco #B09F80
RGB
CMYK
RGB Variations
Color information
#B09F80 (or 0xB09F80) is known color: Bronco. HEX triplet: B0, 9F and 80. RGB value is (176,159,128). Sum of RGB (Red+Green+Blue) = 176+159+128=463 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.01% from 463); Green value is 159 (62.5% from 255 or 34.34% from 463); Blue value is 128 (50.39% from 255 or 27.65% from 463); Max value from RGB is 176 - color contains mainly: red. Hex color #B09F80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09F80 is #4F607F. Grayscale: #A0A0A0. Windows color (decimal): -5202048 or 8429488. OLE color: 8429488.
HSL color Cylindrical-coordinate representation of color #B09F80: hue angle of 38.75º 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 #B09F80 is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 159 | 128 | - |
| CMYK | 0 | 0.10 | 0.27 | 0.31 |
| HSL | 38.75º | 0.23% | 0.6% | - |
| HSV(B) | 38.75º | 0.27% | 0.69% | - |
| XYZ | 34.2 | 35.58 | 25.49 | - |
| YUV | 160.55 | 109.63 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 159 | 128 | 0 | 0.10 | 0.27 | 0.31 | 38.75 | 0.23 | 0.6 |
| Hex | B0 | 9F | 80 | 0 | A | 1B | 1F | 27 | 17 | 3C |
| Octal | 260 | 237 | 200 | 0 | 12 | 33 | 37 | 47 | 27 | 74 |
| Binary | 10110000 | 10011111 | 10000000 | 0 | 1010 | 11011 | 11111 | 100111 | 10111 | 111100 |
Color Harmonies of #B09F80
Complementary color
Monochromatic Colors of #B09F80
Black with #B09F80
Text Example
Text Example
White with #B09F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09F80; }
p { color: rgb(176,159,128); }
H1.HeaderClassName
{
color: #B09F80;
}
.AnyTagClassName
{
color: #B09F80;
}
</style>
background-color css
<style>
a { background-color: #B09F80; }
a { background-color: rgb(176,159,128); }
div.DivClassName
{
background-color: #B09F80;
}
.BgClassName
{
background-color: #B09F80;
}
</style>
border-color css
<style>
span { border-color: #B09F80; }
span { border-color: rgb(176,159,128); }
td.TdClassName
{
border-color: #B09F80;
}
.TagClassName
{
border-color: #B09F80;
}
</style>