Shades of Bronco #B29C77
Tints of Bronco #B29C77
RGB
CMYK
RGB Variations
Color information
#B29C77 (or 0xB29C77) is known color: Bronco. HEX triplet: B2, 9C and 77. RGB value is (178,156,119). Sum of RGB (Red+Green+Blue) = 178+156+119=453 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.29% from 453); Green value is 156 (61.33% from 255 or 34.44% from 453); Blue value is 119 (46.88% from 255 or 26.27% from 453); Max value from RGB is 178 - color contains mainly: red. Hex color #B29C77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29C77 is #4D6388. Grayscale: #9E9E9E. Windows color (decimal): -5071753 or 7838898. OLE color: 7838898.
HSL color Cylindrical-coordinate representation of color #B29C77: hue angle of 37.63º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B29C77 is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 156 | 119 | - |
| CMYK | 0 | 0.12 | 0.33 | 0.30 |
| HSL | 37.63º | 0.28% | 0.58% | - |
| HSV(B) | 37.63º | 0.33% | 0.7% | - |
| XYZ | 33.58 | 34.57 | 22.36 | - |
| YUV | 158.36 | 105.79 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 156 | 119 | 0 | 0.12 | 0.33 | 0.30 | 37.63 | 0.28 | 0.58 |
| Hex | B2 | 9C | 77 | 0 | C | 21 | 1E | 26 | 1C | 3A |
| Octal | 262 | 234 | 167 | 0 | 14 | 41 | 36 | 46 | 34 | 72 |
| Binary | 10110010 | 10011100 | 1110111 | 0 | 1100 | 100001 | 11110 | 100110 | 11100 | 111010 |
Color Harmonies of #B29C77
Complementary color
Monochromatic Colors of #B29C77
Black with #B29C77
Text Example
Text Example
White with #B29C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29C77; }
p { color: rgb(178,156,119); }
H1.HeaderClassName
{
color: #B29C77;
}
.AnyTagClassName
{
color: #B29C77;
}
</style>
background-color css
<style>
a { background-color: #B29C77; }
a { background-color: rgb(178,156,119); }
div.DivClassName
{
background-color: #B29C77;
}
.BgClassName
{
background-color: #B29C77;
}
</style>
border-color css
<style>
span { border-color: #B29C77; }
span { border-color: rgb(178,156,119); }
td.TdClassName
{
border-color: #B29C77;
}
.TagClassName
{
border-color: #B29C77;
}
</style>