Shades of Bronco #B29E7C
Tints of Bronco #B29E7C
RGB
CMYK
RGB Variations
Color information
#B29E7C (or 0xB29E7C) is known color: Bronco. HEX triplet: B2, 9E and 7C. RGB value is (178,158,124). Sum of RGB (Red+Green+Blue) = 178+158+124=460 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.70% from 460); Green value is 158 (62.11% from 255 or 34.35% from 460); Blue value is 124 (48.83% from 255 or 26.96% from 460); Max value from RGB is 178 - color contains mainly: red. Hex color #B29E7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29E7C is #4D6183. Grayscale: #A0A0A0. Windows color (decimal): -5071236 or 8167090. OLE color: 8167090.
HSL color Cylindrical-coordinate representation of color #B29E7C: hue angle of 37.78º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B29E7C is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 158 | 124 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.30 |
| HSL | 37.78º | 0.26% | 0.59% | - |
| HSV(B) | 37.78º | 0.3% | 0.7% | - |
| XYZ | 34.23 | 35.37 | 24.09 | - |
| YUV | 160.1 | 107.63 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 158 | 124 | 0 | 0.11 | 0.30 | 0.30 | 37.78 | 0.26 | 0.59 |
| Hex | B2 | 9E | 7C | 0 | B | 1E | 1E | 26 | 1A | 3B |
| Octal | 262 | 236 | 174 | 0 | 13 | 36 | 36 | 46 | 32 | 73 |
| Binary | 10110010 | 10011110 | 1111100 | 0 | 1011 | 11110 | 11110 | 100110 | 11010 | 111011 |
Color Harmonies of #B29E7C
Complementary color
Monochromatic Colors of #B29E7C
Black with #B29E7C
Text Example
Text Example
White with #B29E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29E7C; }
p { color: rgb(178,158,124); }
H1.HeaderClassName
{
color: #B29E7C;
}
.AnyTagClassName
{
color: #B29E7C;
}
</style>
background-color css
<style>
a { background-color: #B29E7C; }
a { background-color: rgb(178,158,124); }
div.DivClassName
{
background-color: #B29E7C;
}
.BgClassName
{
background-color: #B29E7C;
}
</style>
border-color css
<style>
span { border-color: #B29E7C; }
span { border-color: rgb(178,158,124); }
td.TdClassName
{
border-color: #B29E7C;
}
.TagClassName
{
border-color: #B29E7C;
}
</style>