Shades of Bronco #B09C85
Tints of Bronco #B09C85
RGB
CMYK
RGB Variations
Color information
#B09C85 (or 0xB09C85) is known color: Bronco. HEX triplet: B0, 9C and 85. RGB value is (176,156,133). Sum of RGB (Red+Green+Blue) = 176+156+133=465 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.85% from 465); Green value is 156 (61.33% from 255 or 33.55% from 465); Blue value is 133 (52.34% from 255 or 28.60% from 465); Max value from RGB is 176 - color contains mainly: red. Hex color #B09C85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09C85 is #4F637A. Grayscale: #9F9F9F. Windows color (decimal): -5202811 or 8756400. OLE color: 8756400.
HSL color Cylindrical-coordinate representation of color #B09C85: hue angle of 32.09º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B09C85 is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 156 | 133 | - |
| CMYK | 0 | 0.11 | 0.24 | 0.31 |
| HSL | 32.09º | 0.21% | 0.61% | - |
| HSV(B) | 32.09º | 0.24% | 0.69% | - |
| XYZ | 34.03 | 34.7 | 27.09 | - |
| YUV | 159.36 | 113.13 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 156 | 133 | 0 | 0.11 | 0.24 | 0.31 | 32.09 | 0.21 | 0.61 |
| Hex | B0 | 9C | 85 | 0 | B | 18 | 1F | 20 | 15 | 3D |
| Octal | 260 | 234 | 205 | 0 | 13 | 30 | 37 | 40 | 25 | 75 |
| Binary | 10110000 | 10011100 | 10000101 | 0 | 1011 | 11000 | 11111 | 100000 | 10101 | 111101 |
Color Harmonies of #B09C85
Complementary color
Monochromatic Colors of #B09C85
Black with #B09C85
Text Example
Text Example
White with #B09C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09C85; }
p { color: rgb(176,156,133); }
H1.HeaderClassName
{
color: #B09C85;
}
.AnyTagClassName
{
color: #B09C85;
}
</style>
background-color css
<style>
a { background-color: #B09C85; }
a { background-color: rgb(176,156,133); }
div.DivClassName
{
background-color: #B09C85;
}
.BgClassName
{
background-color: #B09C85;
}
</style>
border-color css
<style>
span { border-color: #B09C85; }
span { border-color: rgb(176,156,133); }
td.TdClassName
{
border-color: #B09C85;
}
.TagClassName
{
border-color: #B09C85;
}
</style>