Shades of Bronco #B29E81
Tints of Bronco #B29E81
RGB
CMYK
RGB Variations
Color information
#B29E81 (or 0xB29E81) is known color: Bronco. HEX triplet: B2, 9E and 81. RGB value is (178,158,129). Sum of RGB (Red+Green+Blue) = 178+158+129=465 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.28% from 465); Green value is 158 (62.11% from 255 or 33.98% from 465); Blue value is 129 (50.78% from 255 or 27.74% from 465); Max value from RGB is 178 - color contains mainly: red. Hex color #B29E81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29E81 is #4D617E. Grayscale: #A0A0A0. Windows color (decimal): -5071231 or 8494770. OLE color: 8494770.
HSL color Cylindrical-coordinate representation of color #B29E81: hue angle of 35.51º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B29E81 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 158 | 129 | - |
| CMYK | 0 | 0.11 | 0.28 | 0.30 |
| HSL | 35.51º | 0.24% | 0.6% | - |
| HSV(B) | 35.51º | 0.28% | 0.7% | - |
| XYZ | 34.55 | 35.5 | 25.8 | - |
| YUV | 160.67 | 110.13 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 158 | 129 | 0 | 0.11 | 0.28 | 0.30 | 35.51 | 0.24 | 0.6 |
| Hex | B2 | 9E | 81 | 0 | B | 1C | 1E | 24 | 18 | 3C |
| Octal | 262 | 236 | 201 | 0 | 13 | 34 | 36 | 44 | 30 | 74 |
| Binary | 10110010 | 10011110 | 10000001 | 0 | 1011 | 11100 | 11110 | 100100 | 11000 | 111100 |
Color Harmonies of #B29E81
Complementary color
Monochromatic Colors of #B29E81
Black with #B29E81
Text Example
Text Example
White with #B29E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29E81; }
p { color: rgb(178,158,129); }
H1.HeaderClassName
{
color: #B29E81;
}
.AnyTagClassName
{
color: #B29E81;
}
</style>
background-color css
<style>
a { background-color: #B29E81; }
a { background-color: rgb(178,158,129); }
div.DivClassName
{
background-color: #B29E81;
}
.BgClassName
{
background-color: #B29E81;
}
</style>
border-color css
<style>
span { border-color: #B29E81; }
span { border-color: rgb(178,158,129); }
td.TdClassName
{
border-color: #B29E81;
}
.TagClassName
{
border-color: #B29E81;
}
</style>