Shades of Bronco #B0997A
Tints of Bronco #B0997A
RGB
CMYK
RGB Variations
Color information
#B0997A (or 0xB0997A) is known color: Bronco. HEX triplet: B0, 99 and 7A. RGB value is (176,153,122). Sum of RGB (Red+Green+Blue) = 176+153+122=451 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.02% from 451); Green value is 153 (60.16% from 255 or 33.92% from 451); Blue value is 122 (48.05% from 255 or 27.05% from 451); Max value from RGB is 176 - color contains mainly: red. Hex color #B0997A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0997A is #4F6685. Grayscale: #9C9C9C. Windows color (decimal): -5203590 or 8034736. OLE color: 8034736.
HSL color Cylindrical-coordinate representation of color #B0997A: hue angle of 34.44º degrees, saturation: 0.25, 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 #B0997A is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 153 | 122 | - |
| CMYK | 0 | 0.13 | 0.31 | 0.31 |
| HSL | 34.44º | 0.25% | 0.58% | - |
| HSV(B) | 34.44º | 0.31% | 0.69% | - |
| XYZ | 32.81 | 33.42 | 23.13 | - |
| YUV | 156.34 | 108.62 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 153 | 122 | 0 | 0.13 | 0.31 | 0.31 | 34.44 | 0.25 | 0.58 |
| Hex | B0 | 99 | 7A | 0 | D | 1F | 1F | 22 | 19 | 3A |
| Octal | 260 | 231 | 172 | 0 | 15 | 37 | 37 | 42 | 31 | 72 |
| Binary | 10110000 | 10011001 | 1111010 | 0 | 1101 | 11111 | 11111 | 100010 | 11001 | 111010 |
Color Harmonies of #B0997A
Complementary color
Monochromatic Colors of #B0997A
Black with #B0997A
Text Example
Text Example
White with #B0997A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0997A; }
p { color: rgb(176,153,122); }
H1.HeaderClassName
{
color: #B0997A;
}
.AnyTagClassName
{
color: #B0997A;
}
</style>
background-color css
<style>
a { background-color: #B0997A; }
a { background-color: rgb(176,153,122); }
div.DivClassName
{
background-color: #B0997A;
}
.BgClassName
{
background-color: #B0997A;
}
</style>
border-color css
<style>
span { border-color: #B0997A; }
span { border-color: rgb(176,153,122); }
td.TdClassName
{
border-color: #B0997A;
}
.TagClassName
{
border-color: #B0997A;
}
</style>