Shades of Bronco #B4A089
Tints of Bronco #B4A089
RGB
CMYK
RGB Variations
Color information
#B4A089 (or 0xB4A089) is known color: Bronco. HEX triplet: B4, A0 and 89. RGB value is (180,160,137). Sum of RGB (Red+Green+Blue) = 180+160+137=477 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.74% from 477); Green value is 160 (62.89% from 255 or 33.54% from 477); Blue value is 137 (53.91% from 255 or 28.72% from 477); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A089 is #4B5F76. Grayscale: #A3A3A3. Windows color (decimal): -4939639 or 9019572. OLE color: 9019572.
HSL color Cylindrical-coordinate representation of color #B4A089: hue angle of 32.09º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B4A089 is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 160 | 137 | - |
| CMYK | 0 | 0.11 | 0.24 | 0.29 |
| HSL | 32.09º | 0.22% | 0.62% | - |
| HSV(B) | 32.09º | 0.24% | 0.71% | - |
| XYZ | 35.91 | 36.65 | 28.85 | - |
| YUV | 163.36 | 113.13 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 160 | 137 | 0 | 0.11 | 0.24 | 0.29 | 32.09 | 0.22 | 0.62 |
| Hex | B4 | A0 | 89 | 0 | B | 18 | 1D | 20 | 16 | 3E |
| Octal | 264 | 240 | 211 | 0 | 13 | 30 | 35 | 40 | 26 | 76 |
| Binary | 10110100 | 10100000 | 10001001 | 0 | 1011 | 11000 | 11101 | 100000 | 10110 | 111110 |
Color Harmonies of #B4A089
Complementary color
Monochromatic Colors of #B4A089
Black with #B4A089
Text Example
Text Example
White with #B4A089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A089; }
p { color: rgb(180,160,137); }
H1.HeaderClassName
{
color: #B4A089;
}
.AnyTagClassName
{
color: #B4A089;
}
</style>
background-color css
<style>
a { background-color: #B4A089; }
a { background-color: rgb(180,160,137); }
div.DivClassName
{
background-color: #B4A089;
}
.BgClassName
{
background-color: #B4A089;
}
</style>
border-color css
<style>
span { border-color: #B4A089; }
span { border-color: rgb(180,160,137); }
td.TdClassName
{
border-color: #B4A089;
}
.TagClassName
{
border-color: #B4A089;
}
</style>