Shades of Bronco #B39E87
Tints of Bronco #B39E87
RGB
CMYK
RGB Variations
Color information
#B39E87 (or 0xB39E87) is known color: Bronco. HEX triplet: B3, 9E and 87. RGB value is (179,158,135). Sum of RGB (Red+Green+Blue) = 179+158+135=472 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.92% from 472); Green value is 158 (62.11% from 255 or 33.47% from 472); Blue value is 135 (53.12% from 255 or 28.60% from 472); Max value from RGB is 179 - color contains mainly: red. Hex color #B39E87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39E87 is #4C6178. Grayscale: #A1A1A1. Windows color (decimal): -5005689 or 8887987. OLE color: 8887987.
HSL color Cylindrical-coordinate representation of color #B39E87: hue angle of 31.36º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B39E87 is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 158 | 135 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.30 |
| HSL | 31.36º | 0.22% | 0.62% | - |
| HSV(B) | 31.36º | 0.25% | 0.7% | - |
| XYZ | 35.19 | 35.79 | 27.97 | - |
| YUV | 161.66 | 112.96 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 158 | 135 | 0 | 0.12 | 0.25 | 0.30 | 31.36 | 0.22 | 0.62 |
| Hex | B3 | 9E | 87 | 0 | C | 19 | 1E | 1F | 16 | 3E |
| Octal | 263 | 236 | 207 | 0 | 14 | 31 | 36 | 37 | 26 | 76 |
| Binary | 10110011 | 10011110 | 10000111 | 0 | 1100 | 11001 | 11110 | 11111 | 10110 | 111110 |
Color Harmonies of #B39E87
Complementary color
Monochromatic Colors of #B39E87
Black with #B39E87
Text Example
Text Example
White with #B39E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39E87; }
p { color: rgb(179,158,135); }
H1.HeaderClassName
{
color: #B39E87;
}
.AnyTagClassName
{
color: #B39E87;
}
</style>
background-color css
<style>
a { background-color: #B39E87; }
a { background-color: rgb(179,158,135); }
div.DivClassName
{
background-color: #B39E87;
}
.BgClassName
{
background-color: #B39E87;
}
</style>
border-color css
<style>
span { border-color: #B39E87; }
span { border-color: rgb(179,158,135); }
td.TdClassName
{
border-color: #B39E87;
}
.TagClassName
{
border-color: #B39E87;
}
</style>