Shades of Bronco #B49E7B
Tints of Bronco #B49E7B
RGB
CMYK
RGB Variations
Color information
#B49E7B (or 0xB49E7B) is known color: Bronco. HEX triplet: B4, 9E and 7B. RGB value is (180,158,123). Sum of RGB (Red+Green+Blue) = 180+158+123=461 (61% of max value = 765). Red value is 180 (70.70% from 255 or 39.05% from 461); Green value is 158 (62.11% from 255 or 34.27% from 461); Blue value is 123 (48.44% from 255 or 26.68% from 461); Max value from RGB is 180 - color contains mainly: red. Hex color #B49E7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49E7B is #4B6184. Grayscale: #A0A0A0. Windows color (decimal): -4940165 or 8101556. OLE color: 8101556.
HSL color Cylindrical-coordinate representation of color #B49E7B: hue angle of 36.84º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B49E7B is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 158 | 123 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.29 |
| HSL | 36.84º | 0.28% | 0.59% | - |
| HSV(B) | 36.84º | 0.32% | 0.71% | - |
| XYZ | 34.62 | 35.59 | 23.78 | - |
| YUV | 160.59 | 106.79 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 158 | 123 | 0 | 0.12 | 0.32 | 0.29 | 36.84 | 0.28 | 0.59 |
| Hex | B4 | 9E | 7B | 0 | C | 20 | 1D | 25 | 1C | 3B |
| Octal | 264 | 236 | 173 | 0 | 14 | 40 | 35 | 45 | 34 | 73 |
| Binary | 10110100 | 10011110 | 1111011 | 0 | 1100 | 100000 | 11101 | 100101 | 11100 | 111011 |
Color Harmonies of #B49E7B
Complementary color
Monochromatic Colors of #B49E7B
Black with #B49E7B
Text Example
Text Example
White with #B49E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49E7B; }
p { color: rgb(180,158,123); }
H1.HeaderClassName
{
color: #B49E7B;
}
.AnyTagClassName
{
color: #B49E7B;
}
</style>
background-color css
<style>
a { background-color: #B49E7B; }
a { background-color: rgb(180,158,123); }
div.DivClassName
{
background-color: #B49E7B;
}
.BgClassName
{
background-color: #B49E7B;
}
</style>
border-color css
<style>
span { border-color: #B49E7B; }
span { border-color: rgb(180,158,123); }
td.TdClassName
{
border-color: #B49E7B;
}
.TagClassName
{
border-color: #B49E7B;
}
</style>