Shades of Bronco #B0997D
Tints of Bronco #B0997D
RGB
CMYK
RGB Variations
Color information
#B0997D (or 0xB0997D) is known color: Bronco. HEX triplet: B0, 99 and 7D. RGB value is (176,153,125). Sum of RGB (Red+Green+Blue) = 176+153+125=454 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.77% from 454); Green value is 153 (60.16% from 255 or 33.70% from 454); Blue value is 125 (49.22% from 255 or 27.53% from 454); Max value from RGB is 176 - color contains mainly: red. Hex color #B0997D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0997D is #4F6682. Grayscale: #9C9C9C. Windows color (decimal): -5203587 or 8231344. OLE color: 8231344.
HSL color Cylindrical-coordinate representation of color #B0997D: hue angle of 32.94º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0997D is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 153 | 125 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.31 |
| HSL | 32.94º | 0.24% | 0.59% | - |
| HSV(B) | 32.94º | 0.29% | 0.69% | - |
| XYZ | 33 | 33.49 | 24.13 | - |
| YUV | 156.69 | 110.12 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 153 | 125 | 0 | 0.13 | 0.29 | 0.31 | 32.94 | 0.24 | 0.59 |
| Hex | B0 | 99 | 7D | 0 | D | 1D | 1F | 21 | 18 | 3B |
| Octal | 260 | 231 | 175 | 0 | 15 | 35 | 37 | 41 | 30 | 73 |
| Binary | 10110000 | 10011001 | 1111101 | 0 | 1101 | 11101 | 11111 | 100001 | 11000 | 111011 |
Color Harmonies of #B0997D
Complementary color
Monochromatic Colors of #B0997D
Black with #B0997D
Text Example
Text Example
White with #B0997D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0997D; }
p { color: rgb(176,153,125); }
H1.HeaderClassName
{
color: #B0997D;
}
.AnyTagClassName
{
color: #B0997D;
}
</style>
background-color css
<style>
a { background-color: #B0997D; }
a { background-color: rgb(176,153,125); }
div.DivClassName
{
background-color: #B0997D;
}
.BgClassName
{
background-color: #B0997D;
}
</style>
border-color css
<style>
span { border-color: #B0997D; }
span { border-color: rgb(176,153,125); }
td.TdClassName
{
border-color: #B0997D;
}
.TagClassName
{
border-color: #B0997D;
}
</style>