Shades of Bronco #B39E76
Tints of Bronco #B39E76
RGB
CMYK
RGB Variations
Color information
#B39E76 (or 0xB39E76) is known color: Bronco. HEX triplet: B3, 9E and 76. RGB value is (179,158,118). Sum of RGB (Red+Green+Blue) = 179+158+118=455 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.34% from 455); Green value is 158 (62.11% from 255 or 34.73% from 455); Blue value is 118 (46.48% from 255 or 25.93% from 455); Max value from RGB is 179 - color contains mainly: red. Hex color #B39E76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39E76 is #4C6189. Grayscale: #9F9F9F. Windows color (decimal): -5005706 or 7773875. OLE color: 7773875.
HSL color Cylindrical-coordinate representation of color #B39E76: hue angle of 39.34º degrees, saturation: 0.29, 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 #B39E76 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 158 | 118 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.30 |
| HSL | 39.34º | 0.29% | 0.58% | - |
| HSV(B) | 39.34º | 0.34% | 0.7% | - |
| XYZ | 34.09 | 35.35 | 22.17 | - |
| YUV | 159.72 | 104.46 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 158 | 118 | 0 | 0.12 | 0.34 | 0.30 | 39.34 | 0.29 | 0.58 |
| Hex | B3 | 9E | 76 | 0 | C | 22 | 1E | 27 | 1D | 3A |
| Octal | 263 | 236 | 166 | 0 | 14 | 42 | 36 | 47 | 35 | 72 |
| Binary | 10110011 | 10011110 | 1110110 | 0 | 1100 | 100010 | 11110 | 100111 | 11101 | 111010 |
Color Harmonies of #B39E76
Complementary color
Monochromatic Colors of #B39E76
Black with #B39E76
Text Example
Text Example
White with #B39E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39E76; }
p { color: rgb(179,158,118); }
H1.HeaderClassName
{
color: #B39E76;
}
.AnyTagClassName
{
color: #B39E76;
}
</style>
background-color css
<style>
a { background-color: #B39E76; }
a { background-color: rgb(179,158,118); }
div.DivClassName
{
background-color: #B39E76;
}
.BgClassName
{
background-color: #B39E76;
}
</style>
border-color css
<style>
span { border-color: #B39E76; }
span { border-color: rgb(179,158,118); }
td.TdClassName
{
border-color: #B39E76;
}
.TagClassName
{
border-color: #B39E76;
}
</style>