Shades of Bronco #B29A79
Tints of Bronco #B29A79
RGB
CMYK
RGB Variations
Color information
#B29A79 (or 0xB29A79) is known color: Bronco. HEX triplet: B2, 9A and 79. RGB value is (178,154,121). Sum of RGB (Red+Green+Blue) = 178+154+121=453 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.29% from 453); Green value is 154 (60.55% from 255 or 34.00% from 453); Blue value is 121 (47.66% from 255 or 26.71% from 453); Max value from RGB is 178 - color contains mainly: red. Hex color #B29A79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29A79 is #4D6586. Grayscale: #9D9D9D. Windows color (decimal): -5072263 or 7969458. OLE color: 7969458.
HSL color Cylindrical-coordinate representation of color #B29A79: hue angle of 34.74º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B29A79 is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 154 | 121 | - |
| CMYK | 0 | 0.13 | 0.32 | 0.30 |
| HSL | 34.74º | 0.27% | 0.59% | - |
| HSV(B) | 34.74º | 0.32% | 0.7% | - |
| XYZ | 33.37 | 33.96 | 22.88 | - |
| YUV | 157.41 | 107.45 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 154 | 121 | 0 | 0.13 | 0.32 | 0.30 | 34.74 | 0.27 | 0.59 |
| Hex | B2 | 9A | 79 | 0 | D | 20 | 1E | 23 | 1B | 3B |
| Octal | 262 | 232 | 171 | 0 | 15 | 40 | 36 | 43 | 33 | 73 |
| Binary | 10110010 | 10011010 | 1111001 | 0 | 1101 | 100000 | 11110 | 100011 | 11011 | 111011 |
Color Harmonies of #B29A79
Complementary color
Monochromatic Colors of #B29A79
Black with #B29A79
Text Example
Text Example
White with #B29A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29A79; }
p { color: rgb(178,154,121); }
H1.HeaderClassName
{
color: #B29A79;
}
.AnyTagClassName
{
color: #B29A79;
}
</style>
background-color css
<style>
a { background-color: #B29A79; }
a { background-color: rgb(178,154,121); }
div.DivClassName
{
background-color: #B29A79;
}
.BgClassName
{
background-color: #B29A79;
}
</style>
border-color css
<style>
span { border-color: #B29A79; }
span { border-color: rgb(178,154,121); }
td.TdClassName
{
border-color: #B29A79;
}
.TagClassName
{
border-color: #B29A79;
}
</style>