Shades of Bronco #B0A082
Tints of Bronco #B0A082
RGB
CMYK
RGB Variations
Color information
#B0A082 (or 0xB0A082) is known color: Bronco. HEX triplet: B0, A0 and 82. RGB value is (176,160,130). Sum of RGB (Red+Green+Blue) = 176+160+130=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 160 (62.89% from 255 or 34.33% from 466); Blue value is 130 (51.17% from 255 or 27.90% from 466); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A082 is #4F5F7D. Grayscale: #A1A1A1. Windows color (decimal): -5201790 or 8560816. OLE color: 8560816.
HSL color Cylindrical-coordinate representation of color #B0A082: hue angle of 39.13º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0A082 is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 160 | 130 | - |
| CMYK | 0 | 0.09 | 0.26 | 0.31 |
| HSL | 39.13º | 0.23% | 0.6% | - |
| HSV(B) | 39.13º | 0.26% | 0.69% | - |
| XYZ | 34.5 | 35.98 | 26.25 | - |
| YUV | 161.36 | 110.3 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 160 | 130 | 0 | 0.09 | 0.26 | 0.31 | 39.13 | 0.23 | 0.6 |
| Hex | B0 | A0 | 82 | 0 | 9 | 1A | 1F | 27 | 17 | 3C |
| Octal | 260 | 240 | 202 | 0 | 11 | 32 | 37 | 47 | 27 | 74 |
| Binary | 10110000 | 10100000 | 10000010 | 0 | 1001 | 11010 | 11111 | 100111 | 10111 | 111100 |
Color Harmonies of #B0A082
Complementary color
Monochromatic Colors of #B0A082
Black with #B0A082
Text Example
Text Example
White with #B0A082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A082; }
p { color: rgb(176,160,130); }
H1.HeaderClassName
{
color: #B0A082;
}
.AnyTagClassName
{
color: #B0A082;
}
</style>
background-color css
<style>
a { background-color: #B0A082; }
a { background-color: rgb(176,160,130); }
div.DivClassName
{
background-color: #B0A082;
}
.BgClassName
{
background-color: #B0A082;
}
</style>
border-color css
<style>
span { border-color: #B0A082; }
span { border-color: rgb(176,160,130); }
td.TdClassName
{
border-color: #B0A082;
}
.TagClassName
{
border-color: #B0A082;
}
</style>