Shades of Bronco #B0997B
Tints of Bronco #B0997B
RGB
CMYK
RGB Variations
Color information
#B0997B (or 0xB0997B) is known color: Bronco. HEX triplet: B0, 99 and 7B. RGB value is (176,153,123). Sum of RGB (Red+Green+Blue) = 176+153+123=452 (59% of max value = 765). Red value is 176 (69.14% from 255 or 38.94% from 452); Green value is 153 (60.16% from 255 or 33.85% from 452); Blue value is 123 (48.44% from 255 or 27.21% from 452); Max value from RGB is 176 - color contains mainly: red. Hex color #B0997B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0997B is #4F6684. Grayscale: #9C9C9C. Windows color (decimal): -5203589 or 8100272. OLE color: 8100272.
HSL color Cylindrical-coordinate representation of color #B0997B: hue angle of 33.96º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0997B is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 153 | 123 | - |
| CMYK | 0 | 0.13 | 0.30 | 0.31 |
| HSL | 33.96º | 0.25% | 0.59% | - |
| HSV(B) | 33.96º | 0.3% | 0.69% | - |
| XYZ | 32.87 | 33.44 | 23.46 | - |
| YUV | 156.46 | 109.12 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 153 | 123 | 0 | 0.13 | 0.30 | 0.31 | 33.96 | 0.25 | 0.59 |
| Hex | B0 | 99 | 7B | 0 | D | 1E | 1F | 22 | 19 | 3B |
| Octal | 260 | 231 | 173 | 0 | 15 | 36 | 37 | 42 | 31 | 73 |
| Binary | 10110000 | 10011001 | 1111011 | 0 | 1101 | 11110 | 11111 | 100010 | 11001 | 111011 |
Color Harmonies of #B0997B
Complementary color
Monochromatic Colors of #B0997B
Black with #B0997B
Text Example
Text Example
White with #B0997B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0997B; }
p { color: rgb(176,153,123); }
H1.HeaderClassName
{
color: #B0997B;
}
.AnyTagClassName
{
color: #B0997B;
}
</style>
background-color css
<style>
a { background-color: #B0997B; }
a { background-color: rgb(176,153,123); }
div.DivClassName
{
background-color: #B0997B;
}
.BgClassName
{
background-color: #B0997B;
}
</style>
border-color css
<style>
span { border-color: #B0997B; }
span { border-color: rgb(176,153,123); }
td.TdClassName
{
border-color: #B0997B;
}
.TagClassName
{
border-color: #B0997B;
}
</style>