Shades of Bronco #B39C80
Tints of Bronco #B39C80
RGB
CMYK
RGB Variations
Color information
#B39C80 (or 0xB39C80) is known color: Bronco. HEX triplet: B3, 9C and 80. RGB value is (179,156,128). Sum of RGB (Red+Green+Blue) = 179+156+128=463 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.66% from 463); Green value is 156 (61.33% from 255 or 33.69% from 463); Blue value is 128 (50.39% from 255 or 27.65% from 463); Max value from RGB is 179 - color contains mainly: red. Hex color #B39C80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39C80 is #4C637F. Grayscale: #9F9F9F. Windows color (decimal): -5006208 or 8428723. OLE color: 8428723.
HSL color Cylindrical-coordinate representation of color #B39C80: hue angle of 32.94º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B39C80 is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 156 | 128 | - |
| CMYK | 0 | 0.13 | 0.28 | 0.30 |
| HSL | 32.94º | 0.25% | 0.6% | - |
| HSV(B) | 32.94º | 0.28% | 0.7% | - |
| XYZ | 34.38 | 34.92 | 25.35 | - |
| YUV | 159.69 | 110.12 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 156 | 128 | 0 | 0.13 | 0.28 | 0.30 | 32.94 | 0.25 | 0.6 |
| Hex | B3 | 9C | 80 | 0 | D | 1C | 1E | 21 | 19 | 3C |
| Octal | 263 | 234 | 200 | 0 | 15 | 34 | 36 | 41 | 31 | 74 |
| Binary | 10110011 | 10011100 | 10000000 | 0 | 1101 | 11100 | 11110 | 100001 | 11001 | 111100 |
Color Harmonies of #B39C80
Complementary color
Monochromatic Colors of #B39C80
Black with #B39C80
Text Example
Text Example
White with #B39C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39C80; }
p { color: rgb(179,156,128); }
H1.HeaderClassName
{
color: #B39C80;
}
.AnyTagClassName
{
color: #B39C80;
}
</style>
background-color css
<style>
a { background-color: #B39C80; }
a { background-color: rgb(179,156,128); }
div.DivClassName
{
background-color: #B39C80;
}
.BgClassName
{
background-color: #B39C80;
}
</style>
border-color css
<style>
span { border-color: #B39C80; }
span { border-color: rgb(179,156,128); }
td.TdClassName
{
border-color: #B39C80;
}
.TagClassName
{
border-color: #B39C80;
}
</style>