Shades of Bronco #B29C7C
Tints of Bronco #B29C7C
RGB
CMYK
RGB Variations
Color information
#B29C7C (or 0xB29C7C) is known color: Bronco. HEX triplet: B2, 9C and 7C. RGB value is (178,156,124). Sum of RGB (Red+Green+Blue) = 178+156+124=458 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.86% from 458); Green value is 156 (61.33% from 255 or 34.06% from 458); Blue value is 124 (48.83% from 255 or 27.07% from 458); Max value from RGB is 178 - color contains mainly: red. Hex color #B29C7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29C7C is #4D6383. Grayscale: #9F9F9F. Windows color (decimal): -5071748 or 8166578. OLE color: 8166578.
HSL color Cylindrical-coordinate representation of color #B29C7C: hue angle of 35.56º 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 #B29C7C is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 156 | 124 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.30 |
| HSL | 35.56º | 0.26% | 0.59% | - |
| HSV(B) | 35.56º | 0.3% | 0.7% | - |
| XYZ | 33.89 | 34.7 | 23.98 | - |
| YUV | 158.93 | 108.29 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 156 | 124 | 0 | 0.12 | 0.30 | 0.30 | 35.56 | 0.26 | 0.59 |
| Hex | B2 | 9C | 7C | 0 | C | 1E | 1E | 24 | 1A | 3B |
| Octal | 262 | 234 | 174 | 0 | 14 | 36 | 36 | 44 | 32 | 73 |
| Binary | 10110010 | 10011100 | 1111100 | 0 | 1100 | 11110 | 11110 | 100100 | 11010 | 111011 |
Color Harmonies of #B29C7C
Complementary color
Monochromatic Colors of #B29C7C
Black with #B29C7C
Text Example
Text Example
White with #B29C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29C7C; }
p { color: rgb(178,156,124); }
H1.HeaderClassName
{
color: #B29C7C;
}
.AnyTagClassName
{
color: #B29C7C;
}
</style>
background-color css
<style>
a { background-color: #B29C7C; }
a { background-color: rgb(178,156,124); }
div.DivClassName
{
background-color: #B29C7C;
}
.BgClassName
{
background-color: #B29C7C;
}
</style>
border-color css
<style>
span { border-color: #B29C7C; }
span { border-color: rgb(178,156,124); }
td.TdClassName
{
border-color: #B29C7C;
}
.TagClassName
{
border-color: #B29C7C;
}
</style>