Shades of Bronco #B0A089
Tints of Bronco #B0A089
RGB
CMYK
RGB Variations
Color information
#B0A089 (or 0xB0A089) is known color: Bronco. HEX triplet: B0, A0 and 89. RGB value is (176,160,137). Sum of RGB (Red+Green+Blue) = 176+160+137=473 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.21% from 473); Green value is 160 (62.89% from 255 or 33.83% from 473); Blue value is 137 (53.91% from 255 or 28.96% from 473); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A089 is #4F5F76. Grayscale: #A2A2A2. Windows color (decimal): -5201783 or 9019568. OLE color: 9019568.
HSL color Cylindrical-coordinate representation of color #B0A089: hue angle of 35.38º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B0A089 is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 160 | 137 | - |
| CMYK | 0 | 0.09 | 0.22 | 0.31 |
| HSL | 35.38º | 0.2% | 0.61% | - |
| HSV(B) | 35.38º | 0.22% | 0.69% | - |
| XYZ | 34.99 | 36.18 | 28.81 | - |
| YUV | 162.16 | 113.8 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 160 | 137 | 0 | 0.09 | 0.22 | 0.31 | 35.38 | 0.2 | 0.61 |
| Hex | B0 | A0 | 89 | 0 | 9 | 16 | 1F | 23 | 14 | 3D |
| Octal | 260 | 240 | 211 | 0 | 11 | 26 | 37 | 43 | 24 | 75 |
| Binary | 10110000 | 10100000 | 10001001 | 0 | 1001 | 10110 | 11111 | 100011 | 10100 | 111101 |
Color Harmonies of #B0A089
Complementary color
Monochromatic Colors of #B0A089
Black with #B0A089
Text Example
Text Example
White with #B0A089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A089; }
p { color: rgb(176,160,137); }
H1.HeaderClassName
{
color: #B0A089;
}
.AnyTagClassName
{
color: #B0A089;
}
</style>
background-color css
<style>
a { background-color: #B0A089; }
a { background-color: rgb(176,160,137); }
div.DivClassName
{
background-color: #B0A089;
}
.BgClassName
{
background-color: #B0A089;
}
</style>
border-color css
<style>
span { border-color: #B0A089; }
span { border-color: rgb(176,160,137); }
td.TdClassName
{
border-color: #B0A089;
}
.TagClassName
{
border-color: #B0A089;
}
</style>