Shades of Bronco #B39D77
Tints of Bronco #B39D77
RGB
CMYK
RGB Variations
Color information
#B39D77 (or 0xB39D77) is known color: Bronco. HEX triplet: B3, 9D and 77. RGB value is (179,157,119). Sum of RGB (Red+Green+Blue) = 179+157+119=455 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.34% from 455); Green value is 157 (61.72% from 255 or 34.51% from 455); Blue value is 119 (46.88% from 255 or 26.15% from 455); Max value from RGB is 179 - color contains mainly: red. Hex color #B39D77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39D77 is #4C6288. Grayscale: #9F9F9F. Windows color (decimal): -5005961 or 7839155. OLE color: 7839155.
HSL color Cylindrical-coordinate representation of color #B39D77: hue angle of 38º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B39D77 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 157 | 119 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.30 |
| HSL | 38º | 0.28% | 0.58% | - |
| HSV(B) | 38º | 0.34% | 0.7% | - |
| XYZ | 33.98 | 35.03 | 22.42 | - |
| YUV | 159.25 | 105.29 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 157 | 119 | 0 | 0.12 | 0.34 | 0.30 | 38 | 0.28 | 0.58 |
| Hex | B3 | 9D | 77 | 0 | C | 22 | 1E | 26 | 1C | 3A |
| Octal | 263 | 235 | 167 | 0 | 14 | 42 | 36 | 46 | 34 | 72 |
| Binary | 10110011 | 10011101 | 1110111 | 0 | 1100 | 100010 | 11110 | 100110 | 11100 | 111010 |
Color Harmonies of #B39D77
Complementary color
Monochromatic Colors of #B39D77
Black with #B39D77
Text Example
Text Example
White with #B39D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39D77; }
p { color: rgb(179,157,119); }
H1.HeaderClassName
{
color: #B39D77;
}
.AnyTagClassName
{
color: #B39D77;
}
</style>
background-color css
<style>
a { background-color: #B39D77; }
a { background-color: rgb(179,157,119); }
div.DivClassName
{
background-color: #B39D77;
}
.BgClassName
{
background-color: #B39D77;
}
</style>
border-color css
<style>
span { border-color: #B39D77; }
span { border-color: rgb(179,157,119); }
td.TdClassName
{
border-color: #B39D77;
}
.TagClassName
{
border-color: #B39D77;
}
</style>