Shades of Bronco #B09C80
Tints of Bronco #B09C80
RGB
CMYK
RGB Variations
Color information
#B09C80 (or 0xB09C80) is known color: Bronco. HEX triplet: B0, 9C and 80. RGB value is (176,156,128). Sum of RGB (Red+Green+Blue) = 176+156+128=460 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.26% from 460); Green value is 156 (61.33% from 255 or 33.91% from 460); Blue value is 128 (50.39% from 255 or 27.83% from 460); Max value from RGB is 176 - color contains mainly: red. Hex color #B09C80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09C80 is #4F637F. Grayscale: #9E9E9E. Windows color (decimal): -5202816 or 8428720. OLE color: 8428720.
HSL color Cylindrical-coordinate representation of color #B09C80: hue angle of 35º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B09C80 is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 156 | 128 | - |
| CMYK | 0 | 0.11 | 0.27 | 0.31 |
| HSL | 35º | 0.23% | 0.6% | - |
| HSV(B) | 35º | 0.27% | 0.69% | - |
| XYZ | 33.69 | 34.57 | 25.32 | - |
| YUV | 158.79 | 110.63 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 156 | 128 | 0 | 0.11 | 0.27 | 0.31 | 35 | 0.23 | 0.6 |
| Hex | B0 | 9C | 80 | 0 | B | 1B | 1F | 23 | 17 | 3C |
| Octal | 260 | 234 | 200 | 0 | 13 | 33 | 37 | 43 | 27 | 74 |
| Binary | 10110000 | 10011100 | 10000000 | 0 | 1011 | 11011 | 11111 | 100011 | 10111 | 111100 |
Color Harmonies of #B09C80
Complementary color
Monochromatic Colors of #B09C80
Black with #B09C80
Text Example
Text Example
White with #B09C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09C80; }
p { color: rgb(176,156,128); }
H1.HeaderClassName
{
color: #B09C80;
}
.AnyTagClassName
{
color: #B09C80;
}
</style>
background-color css
<style>
a { background-color: #B09C80; }
a { background-color: rgb(176,156,128); }
div.DivClassName
{
background-color: #B09C80;
}
.BgClassName
{
background-color: #B09C80;
}
</style>
border-color css
<style>
span { border-color: #B09C80; }
span { border-color: rgb(176,156,128); }
td.TdClassName
{
border-color: #B09C80;
}
.TagClassName
{
border-color: #B09C80;
}
</style>