Shades of Bronco #B09A81
Tints of Bronco #B09A81
RGB
CMYK
RGB Variations
Color information
#B09A81 (or 0xB09A81) is known color: Bronco. HEX triplet: B0, 9A and 81. RGB value is (176,154,129). Sum of RGB (Red+Green+Blue) = 176+154+129=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 154 (60.55% from 255 or 33.55% from 459); Blue value is 129 (50.78% from 255 or 28.10% from 459); Max value from RGB is 176 - color contains mainly: red. Hex color #B09A81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09A81 is #4F657E. Grayscale: #9D9D9D. Windows color (decimal): -5203327 or 8493744. OLE color: 8493744.
HSL color Cylindrical-coordinate representation of color #B09A81: hue angle of 31.91º 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 #B09A81 is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 154 | 129 | - |
| CMYK | 0 | 0.12 | 0.27 | 0.31 |
| HSL | 31.91º | 0.23% | 0.6% | - |
| HSV(B) | 31.91º | 0.27% | 0.69% | - |
| XYZ | 33.42 | 33.93 | 25.56 | - |
| YUV | 157.73 | 111.79 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 154 | 129 | 0 | 0.12 | 0.27 | 0.31 | 31.91 | 0.23 | 0.6 |
| Hex | B0 | 9A | 81 | 0 | C | 1B | 1F | 20 | 17 | 3C |
| Octal | 260 | 232 | 201 | 0 | 14 | 33 | 37 | 40 | 27 | 74 |
| Binary | 10110000 | 10011010 | 10000001 | 0 | 1100 | 11011 | 11111 | 100000 | 10111 | 111100 |
Color Harmonies of #B09A81
Complementary color
Monochromatic Colors of #B09A81
Black with #B09A81
Text Example
Text Example
White with #B09A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09A81; }
p { color: rgb(176,154,129); }
H1.HeaderClassName
{
color: #B09A81;
}
.AnyTagClassName
{
color: #B09A81;
}
</style>
background-color css
<style>
a { background-color: #B09A81; }
a { background-color: rgb(176,154,129); }
div.DivClassName
{
background-color: #B09A81;
}
.BgClassName
{
background-color: #B09A81;
}
</style>
border-color css
<style>
span { border-color: #B09A81; }
span { border-color: rgb(176,154,129); }
td.TdClassName
{
border-color: #B09A81;
}
.TagClassName
{
border-color: #B09A81;
}
</style>