Shades of Bronco #B39B75
Tints of Bronco #B39B75
RGB
CMYK
RGB Variations
Color information
#B39B75 (or 0xB39B75) is known color: Bronco. HEX triplet: B3, 9B and 75. RGB value is (179,155,117). Sum of RGB (Red+Green+Blue) = 179+155+117=451 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.69% from 451); Green value is 155 (60.94% from 255 or 34.37% from 451); Blue value is 117 (46.09% from 255 or 25.94% from 451); Max value from RGB is 179 - color contains mainly: red. Hex color #B39B75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39B75 is #4C648A. Grayscale: #9E9E9E. Windows color (decimal): -5006475 or 7707571. OLE color: 7707571.
HSL color Cylindrical-coordinate representation of color #B39B75: hue angle of 36.77º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B39B75 is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 155 | 117 | - |
| CMYK | 0 | 0.13 | 0.35 | 0.30 |
| HSL | 36.77º | 0.29% | 0.58% | - |
| HSV(B) | 36.77º | 0.35% | 0.7% | - |
| XYZ | 33.52 | 34.31 | 21.69 | - |
| YUV | 157.84 | 104.95 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 155 | 117 | 0 | 0.13 | 0.35 | 0.30 | 36.77 | 0.29 | 0.58 |
| Hex | B3 | 9B | 75 | 0 | D | 23 | 1E | 25 | 1D | 3A |
| Octal | 263 | 233 | 165 | 0 | 15 | 43 | 36 | 45 | 35 | 72 |
| Binary | 10110011 | 10011011 | 1110101 | 0 | 1101 | 100011 | 11110 | 100101 | 11101 | 111010 |
Color Harmonies of #B39B75
Complementary color
Monochromatic Colors of #B39B75
Black with #B39B75
Text Example
Text Example
White with #B39B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39B75; }
p { color: rgb(179,155,117); }
H1.HeaderClassName
{
color: #B39B75;
}
.AnyTagClassName
{
color: #B39B75;
}
</style>
background-color css
<style>
a { background-color: #B39B75; }
a { background-color: rgb(179,155,117); }
div.DivClassName
{
background-color: #B39B75;
}
.BgClassName
{
background-color: #B39B75;
}
</style>
border-color css
<style>
span { border-color: #B39B75; }
span { border-color: rgb(179,155,117); }
td.TdClassName
{
border-color: #B39B75;
}
.TagClassName
{
border-color: #B39B75;
}
</style>