Shades of Bronco #B2A089
Tints of Bronco #B2A089
RGB
CMYK
RGB Variations
Color information
#B2A089 (or 0xB2A089) is known color: Bronco. HEX triplet: B2, A0 and 89. RGB value is (178,160,137). Sum of RGB (Red+Green+Blue) = 178+160+137=475 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.47% from 475); Green value is 160 (62.89% from 255 or 33.68% from 475); Blue value is 137 (53.91% from 255 or 28.84% from 475); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A089 is #4D5F76. Grayscale: #A2A2A2. Windows color (decimal): -5070711 or 9019570. OLE color: 9019570.
HSL color Cylindrical-coordinate representation of color #B2A089: hue angle of 33.66º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B2A089 is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 160 | 137 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.30 |
| HSL | 33.66º | 0.21% | 0.62% | - |
| HSV(B) | 33.66º | 0.23% | 0.7% | - |
| XYZ | 35.45 | 36.41 | 28.83 | - |
| YUV | 162.76 | 113.46 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 160 | 137 | 0 | 0.10 | 0.23 | 0.30 | 33.66 | 0.21 | 0.62 |
| Hex | B2 | A0 | 89 | 0 | A | 17 | 1E | 22 | 15 | 3E |
| Octal | 262 | 240 | 211 | 0 | 12 | 27 | 36 | 42 | 25 | 76 |
| Binary | 10110010 | 10100000 | 10001001 | 0 | 1010 | 10111 | 11110 | 100010 | 10101 | 111110 |
Color Harmonies of #B2A089
Complementary color
Monochromatic Colors of #B2A089
Black with #B2A089
Text Example
Text Example
White with #B2A089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A089; }
p { color: rgb(178,160,137); }
H1.HeaderClassName
{
color: #B2A089;
}
.AnyTagClassName
{
color: #B2A089;
}
</style>
background-color css
<style>
a { background-color: #B2A089; }
a { background-color: rgb(178,160,137); }
div.DivClassName
{
background-color: #B2A089;
}
.BgClassName
{
background-color: #B2A089;
}
</style>
border-color css
<style>
span { border-color: #B2A089; }
span { border-color: rgb(178,160,137); }
td.TdClassName
{
border-color: #B2A089;
}
.TagClassName
{
border-color: #B2A089;
}
</style>