Shades of Bronco #B29D7A
Tints of Bronco #B29D7A
RGB
CMYK
RGB Variations
Color information
#B29D7A (or 0xB29D7A) is known color: Bronco. HEX triplet: B2, 9D and 7A. RGB value is (178,157,122). Sum of RGB (Red+Green+Blue) = 178+157+122=457 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.95% from 457); Green value is 157 (61.72% from 255 or 34.35% from 457); Blue value is 122 (48.05% from 255 or 26.70% from 457); Max value from RGB is 178 - color contains mainly: red. Hex color #B29D7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29D7A is #4D6285. Grayscale: #9F9F9F. Windows color (decimal): -5071494 or 8035762. OLE color: 8035762.
HSL color Cylindrical-coordinate representation of color #B29D7A: hue angle of 37.5º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B29D7A is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 157 | 122 | - |
| CMYK | 0 | 0.12 | 0.31 | 0.30 |
| HSL | 37.5º | 0.27% | 0.59% | - |
| HSV(B) | 37.5º | 0.31% | 0.7% | - |
| XYZ | 33.93 | 34.98 | 23.38 | - |
| YUV | 159.29 | 106.96 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 157 | 122 | 0 | 0.12 | 0.31 | 0.30 | 37.5 | 0.27 | 0.59 |
| Hex | B2 | 9D | 7A | 0 | C | 1F | 1E | 26 | 1B | 3B |
| Octal | 262 | 235 | 172 | 0 | 14 | 37 | 36 | 46 | 33 | 73 |
| Binary | 10110010 | 10011101 | 1111010 | 0 | 1100 | 11111 | 11110 | 100110 | 11011 | 111011 |
Color Harmonies of #B29D7A
Complementary color
Monochromatic Colors of #B29D7A
Black with #B29D7A
Text Example
Text Example
White with #B29D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29D7A; }
p { color: rgb(178,157,122); }
H1.HeaderClassName
{
color: #B29D7A;
}
.AnyTagClassName
{
color: #B29D7A;
}
</style>
background-color css
<style>
a { background-color: #B29D7A; }
a { background-color: rgb(178,157,122); }
div.DivClassName
{
background-color: #B29D7A;
}
.BgClassName
{
background-color: #B29D7A;
}
</style>
border-color css
<style>
span { border-color: #B29D7A; }
span { border-color: rgb(178,157,122); }
td.TdClassName
{
border-color: #B29D7A;
}
.TagClassName
{
border-color: #B29D7A;
}
</style>