Shades of Bronco #B29A75
Tints of Bronco #B29A75
RGB
CMYK
RGB Variations
Color information
#B29A75 (or 0xB29A75) is known color: Bronco. HEX triplet: B2, 9A and 75. RGB value is (178,154,117). Sum of RGB (Red+Green+Blue) = 178+154+117=449 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.64% from 449); Green value is 154 (60.55% from 255 or 34.30% from 449); Blue value is 117 (46.09% from 255 or 26.06% from 449); Max value from RGB is 178 - color contains mainly: red. Hex color #B29A75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29A75 is #4D658A. Grayscale: #9D9D9D. Windows color (decimal): -5072267 or 7707314. OLE color: 7707314.
HSL color Cylindrical-coordinate representation of color #B29A75: hue angle of 36.39º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B29A75 is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 154 | 117 | - |
| CMYK | 0 | 0.13 | 0.34 | 0.30 |
| HSL | 36.39º | 0.28% | 0.58% | - |
| HSV(B) | 36.39º | 0.34% | 0.7% | - |
| XYZ | 33.13 | 33.86 | 21.62 | - |
| YUV | 156.96 | 105.45 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 154 | 117 | 0 | 0.13 | 0.34 | 0.30 | 36.39 | 0.28 | 0.58 |
| Hex | B2 | 9A | 75 | 0 | D | 22 | 1E | 24 | 1C | 3A |
| Octal | 262 | 232 | 165 | 0 | 15 | 42 | 36 | 44 | 34 | 72 |
| Binary | 10110010 | 10011010 | 1110101 | 0 | 1101 | 100010 | 11110 | 100100 | 11100 | 111010 |
Color Harmonies of #B29A75
Complementary color
Monochromatic Colors of #B29A75
Black with #B29A75
Text Example
Text Example
White with #B29A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29A75; }
p { color: rgb(178,154,117); }
H1.HeaderClassName
{
color: #B29A75;
}
.AnyTagClassName
{
color: #B29A75;
}
</style>
background-color css
<style>
a { background-color: #B29A75; }
a { background-color: rgb(178,154,117); }
div.DivClassName
{
background-color: #B29A75;
}
.BgClassName
{
background-color: #B29A75;
}
</style>
border-color css
<style>
span { border-color: #B29A75; }
span { border-color: rgb(178,154,117); }
td.TdClassName
{
border-color: #B29A75;
}
.TagClassName
{
border-color: #B29A75;
}
</style>