Shades of Bronco #B09C82
Tints of Bronco #B09C82
RGB
CMYK
RGB Variations
Color information
#B09C82 (or 0xB09C82) is known color: Bronco. HEX triplet: B0, 9C and 82. RGB value is (176,156,130). Sum of RGB (Red+Green+Blue) = 176+156+130=462 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.10% from 462); Green value is 156 (61.33% from 255 or 33.77% from 462); Blue value is 130 (51.17% from 255 or 28.14% from 462); Max value from RGB is 176 - color contains mainly: red. Hex color #B09C82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09C82 is #4F637D. Grayscale: #9F9F9F. Windows color (decimal): -5202814 or 8559792. OLE color: 8559792.
HSL color Cylindrical-coordinate representation of color #B09C82: hue angle of 33.91º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B09C82 is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 156 | 130 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.31 |
| HSL | 33.91º | 0.23% | 0.6% | - |
| HSV(B) | 33.91º | 0.26% | 0.69% | - |
| XYZ | 33.82 | 34.62 | 26.02 | - |
| YUV | 159.02 | 111.63 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 156 | 130 | 0 | 0.11 | 0.26 | 0.31 | 33.91 | 0.23 | 0.6 |
| Hex | B0 | 9C | 82 | 0 | B | 1A | 1F | 22 | 17 | 3C |
| Octal | 260 | 234 | 202 | 0 | 13 | 32 | 37 | 42 | 27 | 74 |
| Binary | 10110000 | 10011100 | 10000010 | 0 | 1011 | 11010 | 11111 | 100010 | 10111 | 111100 |
Color Harmonies of #B09C82
Complementary color
Monochromatic Colors of #B09C82
Black with #B09C82
Text Example
Text Example
White with #B09C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09C82; }
p { color: rgb(176,156,130); }
H1.HeaderClassName
{
color: #B09C82;
}
.AnyTagClassName
{
color: #B09C82;
}
</style>
background-color css
<style>
a { background-color: #B09C82; }
a { background-color: rgb(176,156,130); }
div.DivClassName
{
background-color: #B09C82;
}
.BgClassName
{
background-color: #B09C82;
}
</style>
border-color css
<style>
span { border-color: #B09C82; }
span { border-color: rgb(176,156,130); }
td.TdClassName
{
border-color: #B09C82;
}
.TagClassName
{
border-color: #B09C82;
}
</style>