Shades of Bronco #B39D85
Tints of Bronco #B39D85
RGB
CMYK
RGB Variations
Color information
#B39D85 (or 0xB39D85) is known color: Bronco. HEX triplet: B3, 9D and 85. RGB value is (179,157,133). Sum of RGB (Red+Green+Blue) = 179+157+133=469 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.17% from 469); Green value is 157 (61.72% from 255 or 33.48% from 469); Blue value is 133 (52.34% from 255 or 28.36% from 469); Max value from RGB is 179 - color contains mainly: red. Hex color #B39D85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39D85 is #4C627A. Grayscale: #A0A0A0. Windows color (decimal): -5005947 or 8756659. OLE color: 8756659.
HSL color Cylindrical-coordinate representation of color #B39D85: hue angle of 31.3º 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 #B39D85 is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 157 | 133 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.30 |
| HSL | 31.3º | 0.23% | 0.61% | - |
| HSV(B) | 31.3º | 0.26% | 0.7% | - |
| XYZ | 34.88 | 35.39 | 27.18 | - |
| YUV | 160.84 | 112.29 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 157 | 133 | 0 | 0.12 | 0.26 | 0.30 | 31.3 | 0.23 | 0.61 |
| Hex | B3 | 9D | 85 | 0 | C | 1A | 1E | 1F | 17 | 3D |
| Octal | 263 | 235 | 205 | 0 | 14 | 32 | 36 | 37 | 27 | 75 |
| Binary | 10110011 | 10011101 | 10000101 | 0 | 1100 | 11010 | 11110 | 11111 | 10111 | 111101 |
Color Harmonies of #B39D85
Complementary color
Monochromatic Colors of #B39D85
Black with #B39D85
Text Example
Text Example
White with #B39D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39D85; }
p { color: rgb(179,157,133); }
H1.HeaderClassName
{
color: #B39D85;
}
.AnyTagClassName
{
color: #B39D85;
}
</style>
background-color css
<style>
a { background-color: #B39D85; }
a { background-color: rgb(179,157,133); }
div.DivClassName
{
background-color: #B39D85;
}
.BgClassName
{
background-color: #B39D85;
}
</style>
border-color css
<style>
span { border-color: #B39D85; }
span { border-color: rgb(179,157,133); }
td.TdClassName
{
border-color: #B39D85;
}
.TagClassName
{
border-color: #B39D85;
}
</style>