Shades of Bronco #B49E7C
Tints of Bronco #B49E7C
RGB
CMYK
RGB Variations
Color information
#B49E7C (or 0xB49E7C) is known color: Bronco. HEX triplet: B4, 9E and 7C. RGB value is (180,158,124). Sum of RGB (Red+Green+Blue) = 180+158+124=462 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.96% from 462); Green value is 158 (62.11% from 255 or 34.20% from 462); Blue value is 124 (48.83% from 255 or 26.84% from 462); Max value from RGB is 180 - color contains mainly: red. Hex color #B49E7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49E7C is #4B6183. Grayscale: #A0A0A0. Windows color (decimal): -4940164 or 8167092. OLE color: 8167092.
HSL color Cylindrical-coordinate representation of color #B49E7C: hue angle of 36.43º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B49E7C is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 158 | 124 | - |
| CMYK | 0 | 0.12 | 0.31 | 0.29 |
| HSL | 36.43º | 0.27% | 0.6% | - |
| HSV(B) | 36.43º | 0.31% | 0.71% | - |
| XYZ | 34.69 | 35.61 | 24.11 | - |
| YUV | 160.7 | 107.29 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 158 | 124 | 0 | 0.12 | 0.31 | 0.29 | 36.43 | 0.27 | 0.6 |
| Hex | B4 | 9E | 7C | 0 | C | 1F | 1D | 24 | 1B | 3C |
| Octal | 264 | 236 | 174 | 0 | 14 | 37 | 35 | 44 | 33 | 74 |
| Binary | 10110100 | 10011110 | 1111100 | 0 | 1100 | 11111 | 11101 | 100100 | 11011 | 111100 |
Color Harmonies of #B49E7C
Complementary color
Monochromatic Colors of #B49E7C
Black with #B49E7C
Text Example
Text Example
White with #B49E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49E7C; }
p { color: rgb(180,158,124); }
H1.HeaderClassName
{
color: #B49E7C;
}
.AnyTagClassName
{
color: #B49E7C;
}
</style>
background-color css
<style>
a { background-color: #B49E7C; }
a { background-color: rgb(180,158,124); }
div.DivClassName
{
background-color: #B49E7C;
}
.BgClassName
{
background-color: #B49E7C;
}
</style>
border-color css
<style>
span { border-color: #B49E7C; }
span { border-color: rgb(180,158,124); }
td.TdClassName
{
border-color: #B49E7C;
}
.TagClassName
{
border-color: #B49E7C;
}
</style>