Shades of Bronco #B09C84
Tints of Bronco #B09C84
RGB
CMYK
RGB Variations
Color information
#B09C84 (or 0xB09C84) is known color: Bronco. HEX triplet: B0, 9C and 84. RGB value is (176,156,132). Sum of RGB (Red+Green+Blue) = 176+156+132=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 156 (61.33% from 255 or 33.62% from 464); Blue value is 132 (51.95% from 255 or 28.45% from 464); Max value from RGB is 176 - color contains mainly: red. Hex color #B09C84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09C84 is #4F637B. Grayscale: #9F9F9F. Windows color (decimal): -5202812 or 8690864. OLE color: 8690864.
HSL color Cylindrical-coordinate representation of color #B09C84: hue angle of 32.73º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B09C84 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 156 | 132 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.31 |
| HSL | 32.73º | 0.22% | 0.6% | - |
| HSV(B) | 32.73º | 0.25% | 0.69% | - |
| XYZ | 33.96 | 34.67 | 26.73 | - |
| YUV | 159.24 | 112.63 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 156 | 132 | 0 | 0.11 | 0.25 | 0.31 | 32.73 | 0.22 | 0.6 |
| Hex | B0 | 9C | 84 | 0 | B | 19 | 1F | 21 | 16 | 3C |
| Octal | 260 | 234 | 204 | 0 | 13 | 31 | 37 | 41 | 26 | 74 |
| Binary | 10110000 | 10011100 | 10000100 | 0 | 1011 | 11001 | 11111 | 100001 | 10110 | 111100 |
Color Harmonies of #B09C84
Complementary color
Monochromatic Colors of #B09C84
Black with #B09C84
Text Example
Text Example
White with #B09C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09C84; }
p { color: rgb(176,156,132); }
H1.HeaderClassName
{
color: #B09C84;
}
.AnyTagClassName
{
color: #B09C84;
}
</style>
background-color css
<style>
a { background-color: #B09C84; }
a { background-color: rgb(176,156,132); }
div.DivClassName
{
background-color: #B09C84;
}
.BgClassName
{
background-color: #B09C84;
}
</style>
border-color css
<style>
span { border-color: #B09C84; }
span { border-color: rgb(176,156,132); }
td.TdClassName
{
border-color: #B09C84;
}
.TagClassName
{
border-color: #B09C84;
}
</style>