Shades of Bronco #B39E78
Tints of Bronco #B39E78
RGB
CMYK
RGB Variations
Color information
#B39E78 (or 0xB39E78) is known color: Bronco. HEX triplet: B3, 9E and 78. RGB value is (179,158,120). Sum of RGB (Red+Green+Blue) = 179+158+120=457 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.17% from 457); Green value is 158 (62.11% from 255 or 34.57% from 457); Blue value is 120 (47.27% from 255 or 26.26% from 457); Max value from RGB is 179 - color contains mainly: red. Hex color #B39E78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39E78 is #4C6187. Grayscale: #A0A0A0. Windows color (decimal): -5005704 or 7904947. OLE color: 7904947.
HSL color Cylindrical-coordinate representation of color #B39E78: hue angle of 38.64º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B39E78 is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 158 | 120 | - |
| CMYK | 0 | 0.12 | 0.33 | 0.30 |
| HSL | 38.64º | 0.28% | 0.59% | - |
| HSV(B) | 38.64º | 0.33% | 0.7% | - |
| XYZ | 34.21 | 35.39 | 22.8 | - |
| YUV | 159.95 | 105.46 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 158 | 120 | 0 | 0.12 | 0.33 | 0.30 | 38.64 | 0.28 | 0.59 |
| Hex | B3 | 9E | 78 | 0 | C | 21 | 1E | 27 | 1C | 3B |
| Octal | 263 | 236 | 170 | 0 | 14 | 41 | 36 | 47 | 34 | 73 |
| Binary | 10110011 | 10011110 | 1111000 | 0 | 1100 | 100001 | 11110 | 100111 | 11100 | 111011 |
Color Harmonies of #B39E78
Complementary color
Monochromatic Colors of #B39E78
Black with #B39E78
Text Example
Text Example
White with #B39E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39E78; }
p { color: rgb(179,158,120); }
H1.HeaderClassName
{
color: #B39E78;
}
.AnyTagClassName
{
color: #B39E78;
}
</style>
background-color css
<style>
a { background-color: #B39E78; }
a { background-color: rgb(179,158,120); }
div.DivClassName
{
background-color: #B39E78;
}
.BgClassName
{
background-color: #B39E78;
}
</style>
border-color css
<style>
span { border-color: #B39E78; }
span { border-color: rgb(179,158,120); }
td.TdClassName
{
border-color: #B39E78;
}
.TagClassName
{
border-color: #B39E78;
}
</style>