Shades of Bronco #B49E7A
Tints of Bronco #B49E7A
RGB
CMYK
RGB Variations
Color information
#B49E7A (or 0xB49E7A) is known color: Bronco. HEX triplet: B4, 9E and 7A. RGB value is (180,158,122). Sum of RGB (Red+Green+Blue) = 180+158+122=460 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.13% from 460); Green value is 158 (62.11% from 255 or 34.35% from 460); Blue value is 122 (48.05% from 255 or 26.52% from 460); Max value from RGB is 180 - color contains mainly: red. Hex color #B49E7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49E7A is #4B6185. Grayscale: #A0A0A0. Windows color (decimal): -4940166 or 8036020. OLE color: 8036020.
HSL color Cylindrical-coordinate representation of color #B49E7A: hue angle of 37.24º 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 #B49E7A is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 158 | 122 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.29 |
| HSL | 37.24º | 0.28% | 0.59% | - |
| HSV(B) | 37.24º | 0.32% | 0.71% | - |
| XYZ | 34.56 | 35.56 | 23.45 | - |
| YUV | 160.47 | 106.29 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 158 | 122 | 0 | 0.12 | 0.32 | 0.29 | 37.24 | 0.28 | 0.59 |
| Hex | B4 | 9E | 7A | 0 | C | 20 | 1D | 25 | 1C | 3B |
| Octal | 264 | 236 | 172 | 0 | 14 | 40 | 35 | 45 | 34 | 73 |
| Binary | 10110100 | 10011110 | 1111010 | 0 | 1100 | 100000 | 11101 | 100101 | 11100 | 111011 |
Color Harmonies of #B49E7A
Complementary color
Monochromatic Colors of #B49E7A
Black with #B49E7A
Text Example
Text Example
White with #B49E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49E7A; }
p { color: rgb(180,158,122); }
H1.HeaderClassName
{
color: #B49E7A;
}
.AnyTagClassName
{
color: #B49E7A;
}
</style>
background-color css
<style>
a { background-color: #B49E7A; }
a { background-color: rgb(180,158,122); }
div.DivClassName
{
background-color: #B49E7A;
}
.BgClassName
{
background-color: #B49E7A;
}
</style>
border-color css
<style>
span { border-color: #B49E7A; }
span { border-color: rgb(180,158,122); }
td.TdClassName
{
border-color: #B49E7A;
}
.TagClassName
{
border-color: #B49E7A;
}
</style>