Shades of Bronco #B39F85
Tints of Bronco #B39F85
RGB
CMYK
RGB Variations
Color information
#B39F85 (or 0xB39F85) is known color: Bronco. HEX triplet: B3, 9F and 85. RGB value is (179,159,133). Sum of RGB (Red+Green+Blue) = 179+159+133=471 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.00% from 471); Green value is 159 (62.5% from 255 or 33.76% from 471); Blue value is 133 (52.34% from 255 or 28.24% from 471); Max value from RGB is 179 - color contains mainly: red. Hex color #B39F85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39F85 is #4C607A. Grayscale: #A2A2A2. Windows color (decimal): -5005435 or 8757171. OLE color: 8757171.
HSL color Cylindrical-coordinate representation of color #B39F85: hue angle of 33.91º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B39F85 is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 159 | 133 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.30 |
| HSL | 33.91º | 0.23% | 0.61% | - |
| HSV(B) | 33.91º | 0.26% | 0.7% | - |
| XYZ | 35.22 | 36.07 | 27.3 | - |
| YUV | 162.02 | 111.63 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 159 | 133 | 0 | 0.11 | 0.26 | 0.30 | 33.91 | 0.23 | 0.61 |
| Hex | B3 | 9F | 85 | 0 | B | 1A | 1E | 22 | 17 | 3D |
| Octal | 263 | 237 | 205 | 0 | 13 | 32 | 36 | 42 | 27 | 75 |
| Binary | 10110011 | 10011111 | 10000101 | 0 | 1011 | 11010 | 11110 | 100010 | 10111 | 111101 |
Color Harmonies of #B39F85
Complementary color
Monochromatic Colors of #B39F85
Black with #B39F85
Text Example
Text Example
White with #B39F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39F85; }
p { color: rgb(179,159,133); }
H1.HeaderClassName
{
color: #B39F85;
}
.AnyTagClassName
{
color: #B39F85;
}
</style>
background-color css
<style>
a { background-color: #B39F85; }
a { background-color: rgb(179,159,133); }
div.DivClassName
{
background-color: #B39F85;
}
.BgClassName
{
background-color: #B39F85;
}
</style>
border-color css
<style>
span { border-color: #B39F85; }
span { border-color: rgb(179,159,133); }
td.TdClassName
{
border-color: #B39F85;
}
.TagClassName
{
border-color: #B39F85;
}
</style>