Shades of Bronco #B0997E
Tints of Bronco #B0997E
RGB
CMYK
RGB Variations
Color information
#B0997E (or 0xB0997E) is known color: Bronco. HEX triplet: B0, 99 and 7E. RGB value is (176,153,126). Sum of RGB (Red+Green+Blue) = 176+153+126=455 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.68% from 455); Green value is 153 (60.16% from 255 or 33.63% from 455); Blue value is 126 (49.61% from 255 or 27.69% from 455); Max value from RGB is 176 - color contains mainly: red. Hex color #B0997E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0997E is #4F6681. Grayscale: #9C9C9C. Windows color (decimal): -5203586 or 8296880. OLE color: 8296880.
HSL color Cylindrical-coordinate representation of color #B0997E: hue angle of 32.4º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0997E is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 153 | 126 | - |
| CMYK | 0 | 0.13 | 0.28 | 0.31 |
| HSL | 32.4º | 0.24% | 0.59% | - |
| HSV(B) | 32.4º | 0.28% | 0.69% | - |
| XYZ | 33.06 | 33.52 | 24.47 | - |
| YUV | 156.8 | 110.62 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 153 | 126 | 0 | 0.13 | 0.28 | 0.31 | 32.4 | 0.24 | 0.59 |
| Hex | B0 | 99 | 7E | 0 | D | 1C | 1F | 20 | 18 | 3B |
| Octal | 260 | 231 | 176 | 0 | 15 | 34 | 37 | 40 | 30 | 73 |
| Binary | 10110000 | 10011001 | 1111110 | 0 | 1101 | 11100 | 11111 | 100000 | 11000 | 111011 |
Color Harmonies of #B0997E
Complementary color
Monochromatic Colors of #B0997E
Black with #B0997E
Text Example
Text Example
White with #B0997E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0997E; }
p { color: rgb(176,153,126); }
H1.HeaderClassName
{
color: #B0997E;
}
.AnyTagClassName
{
color: #B0997E;
}
</style>
background-color css
<style>
a { background-color: #B0997E; }
a { background-color: rgb(176,153,126); }
div.DivClassName
{
background-color: #B0997E;
}
.BgClassName
{
background-color: #B0997E;
}
</style>
border-color css
<style>
span { border-color: #B0997E; }
span { border-color: rgb(176,153,126); }
td.TdClassName
{
border-color: #B0997E;
}
.TagClassName
{
border-color: #B0997E;
}
</style>