Shades of Bronco #B49F7B
Tints of Bronco #B49F7B
RGB
CMYK
RGB Variations
Color information
#B49F7B (or 0xB49F7B) is known color: Bronco. HEX triplet: B4, 9F and 7B. RGB value is (180,159,123). Sum of RGB (Red+Green+Blue) = 180+159+123=462 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.96% from 462); Green value is 159 (62.5% from 255 or 34.42% from 462); Blue value is 123 (48.44% from 255 or 26.62% from 462); Max value from RGB is 180 - color contains mainly: red. Hex color #B49F7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49F7B is #4B6084. Grayscale: #A1A1A1. Windows color (decimal): -4939909 or 8101812. OLE color: 8101812.
HSL color Cylindrical-coordinate representation of color #B49F7B: hue angle of 37.89º 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 #B49F7B is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 159 | 123 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.29 |
| HSL | 37.89º | 0.28% | 0.59% | - |
| HSV(B) | 37.89º | 0.32% | 0.71% | - |
| XYZ | 34.8 | 35.93 | 23.84 | - |
| YUV | 161.18 | 106.46 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 159 | 123 | 0 | 0.12 | 0.32 | 0.29 | 37.89 | 0.28 | 0.59 |
| Hex | B4 | 9F | 7B | 0 | C | 20 | 1D | 26 | 1C | 3B |
| Octal | 264 | 237 | 173 | 0 | 14 | 40 | 35 | 46 | 34 | 73 |
| Binary | 10110100 | 10011111 | 1111011 | 0 | 1100 | 100000 | 11101 | 100110 | 11100 | 111011 |
Color Harmonies of #B49F7B
Complementary color
Monochromatic Colors of #B49F7B
Black with #B49F7B
Text Example
Text Example
White with #B49F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49F7B; }
p { color: rgb(180,159,123); }
H1.HeaderClassName
{
color: #B49F7B;
}
.AnyTagClassName
{
color: #B49F7B;
}
</style>
background-color css
<style>
a { background-color: #B49F7B; }
a { background-color: rgb(180,159,123); }
div.DivClassName
{
background-color: #B49F7B;
}
.BgClassName
{
background-color: #B49F7B;
}
</style>
border-color css
<style>
span { border-color: #B49F7B; }
span { border-color: rgb(180,159,123); }
td.TdClassName
{
border-color: #B49F7B;
}
.TagClassName
{
border-color: #B49F7B;
}
</style>