Shades of Bronco #B09979
Tints of Bronco #B09979
RGB
CMYK
RGB Variations
Color information
#B09979 (or 0xB09979) is known color: Bronco. HEX triplet: B0, 99 and 79. RGB value is (176,153,121). Sum of RGB (Red+Green+Blue) = 176+153+121=450 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.11% from 450); Green value is 153 (60.16% from 255 or 34% from 450); Blue value is 121 (47.66% from 255 or 26.89% from 450); Max value from RGB is 176 - color contains mainly: red. Hex color #B09979 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09979 is #4F6686. Grayscale: #9C9C9C. Windows color (decimal): -5203591 or 7969200. OLE color: 7969200.
HSL color Cylindrical-coordinate representation of color #B09979: hue angle of 34.91º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B09979 is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 153 | 121 | - |
| CMYK | 0 | 0.13 | 0.31 | 0.31 |
| HSL | 34.91º | 0.26% | 0.58% | - |
| HSV(B) | 34.91º | 0.31% | 0.69% | - |
| XYZ | 32.75 | 33.39 | 22.81 | - |
| YUV | 156.23 | 108.12 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 153 | 121 | 0 | 0.13 | 0.31 | 0.31 | 34.91 | 0.26 | 0.58 |
| Hex | B0 | 99 | 79 | 0 | D | 1F | 1F | 23 | 1A | 3A |
| Octal | 260 | 231 | 171 | 0 | 15 | 37 | 37 | 43 | 32 | 72 |
| Binary | 10110000 | 10011001 | 1111001 | 0 | 1101 | 11111 | 11111 | 100011 | 11010 | 111010 |
Color Harmonies of #B09979
Complementary color
Monochromatic Colors of #B09979
Black with #B09979
Text Example
Text Example
White with #B09979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09979; }
p { color: rgb(176,153,121); }
H1.HeaderClassName
{
color: #B09979;
}
.AnyTagClassName
{
color: #B09979;
}
</style>
background-color css
<style>
a { background-color: #B09979; }
a { background-color: rgb(176,153,121); }
div.DivClassName
{
background-color: #B09979;
}
.BgClassName
{
background-color: #B09979;
}
</style>
border-color css
<style>
span { border-color: #B09979; }
span { border-color: rgb(176,153,121); }
td.TdClassName
{
border-color: #B09979;
}
.TagClassName
{
border-color: #B09979;
}
</style>