Shades of Bronco #B49F7E
Tints of Bronco #B49F7E
RGB
CMYK
RGB Variations
Color information
#B49F7E (or 0xB49F7E) is known color: Bronco. HEX triplet: B4, 9F and 7E. RGB value is (180,159,126). Sum of RGB (Red+Green+Blue) = 180+159+126=465 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.71% from 465); Green value is 159 (62.5% from 255 or 34.19% from 465); Blue value is 126 (49.61% from 255 or 27.10% from 465); Max value from RGB is 180 - color contains mainly: red. Hex color #B49F7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49F7E is #4B6081. Grayscale: #A1A1A1. Windows color (decimal): -4939906 or 8298420. OLE color: 8298420.
HSL color Cylindrical-coordinate representation of color #B49F7E: hue angle of 36.67º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B49F7E is Cyan = 0, Magento = 0.12, Yellow = 0.3 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 159 | 126 | - |
| CMYK | 0 | 0.12 | 0.3 | 0.29 |
| HSL | 36.67º | 0.26% | 0.6% | - |
| HSV(B) | 36.67º | 0.3% | 0.71% | - |
| XYZ | 34.99 | 36.01 | 24.84 | - |
| YUV | 161.52 | 107.96 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 159 | 126 | 0 | 0.12 | 0.3 | 0.29 | 36.67 | 0.26 | 0.6 |
| Hex | B4 | 9F | 7E | 0 | C | 1E | 1D | 25 | 1A | 3C |
| Octal | 264 | 237 | 176 | 0 | 14 | 36 | 35 | 45 | 32 | 74 |
| Binary | 10110100 | 10011111 | 1111110 | 0 | 1100 | 11110 | 11101 | 100101 | 11010 | 111100 |
Color Harmonies of #B49F7E
Complementary color
Monochromatic Colors of #B49F7E
Black with #B49F7E
Text Example
Text Example
White with #B49F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49F7E; }
p { color: rgb(180,159,126); }
H1.HeaderClassName
{
color: #B49F7E;
}
.AnyTagClassName
{
color: #B49F7E;
}
</style>
background-color css
<style>
a { background-color: #B49F7E; }
a { background-color: rgb(180,159,126); }
div.DivClassName
{
background-color: #B49F7E;
}
.BgClassName
{
background-color: #B49F7E;
}
</style>
border-color css
<style>
span { border-color: #B49F7E; }
span { border-color: rgb(180,159,126); }
td.TdClassName
{
border-color: #B49F7E;
}
.TagClassName
{
border-color: #B49F7E;
}
</style>