Shades of Bronco #B0A080
Tints of Bronco #B0A080
RGB
CMYK
RGB Variations
Color information
#B0A080 (or 0xB0A080) is known color: Bronco. HEX triplet: B0, A0 and 80. RGB value is (176,160,128). Sum of RGB (Red+Green+Blue) = 176+160+128=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 160 (62.89% from 255 or 34.48% from 464); Blue value is 128 (50.39% from 255 or 27.59% from 464); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A080 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A080 is #4F5F7F. Grayscale: #A1A1A1. Windows color (decimal): -5201792 or 8429744. OLE color: 8429744.
HSL color Cylindrical-coordinate representation of color #B0A080: hue angle of 40º 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 #B0A080 is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 160 | 128 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.31 |
| HSL | 40º | 0.23% | 0.6% | - |
| HSV(B) | 40º | 0.27% | 0.69% | - |
| XYZ | 34.37 | 35.93 | 25.55 | - |
| YUV | 161.14 | 109.3 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 160 | 128 | 0 | 0.09 | 0.27 | 0.31 | 40 | 0.23 | 0.6 |
| Hex | B0 | A0 | 80 | 0 | 9 | 1B | 1F | 28 | 17 | 3C |
| Octal | 260 | 240 | 200 | 0 | 11 | 33 | 37 | 50 | 27 | 74 |
| Binary | 10110000 | 10100000 | 10000000 | 0 | 1001 | 11011 | 11111 | 101000 | 10111 | 111100 |
Color Harmonies of #B0A080
Complementary color
Monochromatic Colors of #B0A080
Black with #B0A080
Text Example
Text Example
White with #B0A080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A080; }
p { color: rgb(176,160,128); }
H1.HeaderClassName
{
color: #B0A080;
}
.AnyTagClassName
{
color: #B0A080;
}
</style>
background-color css
<style>
a { background-color: #B0A080; }
a { background-color: rgb(176,160,128); }
div.DivClassName
{
background-color: #B0A080;
}
.BgClassName
{
background-color: #B0A080;
}
</style>
border-color css
<style>
span { border-color: #B0A080; }
span { border-color: rgb(176,160,128); }
td.TdClassName
{
border-color: #B0A080;
}
.TagClassName
{
border-color: #B0A080;
}
</style>