Shades of Bronco #B49E78
Tints of Bronco #B49E78
RGB
CMYK
RGB Variations
Color information
#B49E78 (or 0xB49E78) is known color: Bronco. HEX triplet: B4, 9E and 78. RGB value is (180,158,120). Sum of RGB (Red+Green+Blue) = 180+158+120=458 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.30% from 458); Green value is 158 (62.11% from 255 or 34.50% from 458); Blue value is 120 (47.27% from 255 or 26.20% from 458); Max value from RGB is 180 - color contains mainly: red. Hex color #B49E78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49E78 is #4B6187. Grayscale: #A0A0A0. Windows color (decimal): -4940168 or 7904948. OLE color: 7904948.
HSL color Cylindrical-coordinate representation of color #B49E78: hue angle of 38º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B49E78 is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 158 | 120 | - |
| CMYK | 0 | 0.12 | 0.33 | 0.29 |
| HSL | 38º | 0.29% | 0.59% | - |
| HSV(B) | 38º | 0.33% | 0.71% | - |
| XYZ | 34.44 | 35.51 | 22.81 | - |
| YUV | 160.25 | 105.29 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 158 | 120 | 0 | 0.12 | 0.33 | 0.29 | 38 | 0.29 | 0.59 |
| Hex | B4 | 9E | 78 | 0 | C | 21 | 1D | 26 | 1D | 3B |
| Octal | 264 | 236 | 170 | 0 | 14 | 41 | 35 | 46 | 35 | 73 |
| Binary | 10110100 | 10011110 | 1111000 | 0 | 1100 | 100001 | 11101 | 100110 | 11101 | 111011 |
Color Harmonies of #B49E78
Complementary color
Monochromatic Colors of #B49E78
Black with #B49E78
Text Example
Text Example
White with #B49E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49E78; }
p { color: rgb(180,158,120); }
H1.HeaderClassName
{
color: #B49E78;
}
.AnyTagClassName
{
color: #B49E78;
}
</style>
background-color css
<style>
a { background-color: #B49E78; }
a { background-color: rgb(180,158,120); }
div.DivClassName
{
background-color: #B49E78;
}
.BgClassName
{
background-color: #B49E78;
}
</style>
border-color css
<style>
span { border-color: #B49E78; }
span { border-color: rgb(180,158,120); }
td.TdClassName
{
border-color: #B49E78;
}
.TagClassName
{
border-color: #B49E78;
}
</style>