Shades of Bronco #B49E82
Tints of Bronco #B49E82
RGB
CMYK
RGB Variations
Color information
#B49E82 (or 0xB49E82) is known color: Bronco. HEX triplet: B4, 9E and 82. RGB value is (180,158,130). Sum of RGB (Red+Green+Blue) = 180+158+130=468 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.46% from 468); Green value is 158 (62.11% from 255 or 33.76% from 468); Blue value is 130 (51.17% from 255 or 27.78% from 468); Max value from RGB is 180 - color contains mainly: red. Hex color #B49E82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49E82 is #4B617D. Grayscale: #A1A1A1. Windows color (decimal): -4940158 or 8560308. OLE color: 8560308.
HSL color Cylindrical-coordinate representation of color #B49E82: hue angle of 33.6º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B49E82 is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 158 | 130 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.29 |
| HSL | 33.6º | 0.25% | 0.61% | - |
| HSV(B) | 33.6º | 0.28% | 0.71% | - |
| XYZ | 35.08 | 35.77 | 26.17 | - |
| YUV | 161.39 | 110.29 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 158 | 130 | 0 | 0.12 | 0.28 | 0.29 | 33.6 | 0.25 | 0.61 |
| Hex | B4 | 9E | 82 | 0 | C | 1C | 1D | 22 | 19 | 3D |
| Octal | 264 | 236 | 202 | 0 | 14 | 34 | 35 | 42 | 31 | 75 |
| Binary | 10110100 | 10011110 | 10000010 | 0 | 1100 | 11100 | 11101 | 100010 | 11001 | 111101 |
Color Harmonies of #B49E82
Complementary color
Monochromatic Colors of #B49E82
Black with #B49E82
Text Example
Text Example
White with #B49E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49E82; }
p { color: rgb(180,158,130); }
H1.HeaderClassName
{
color: #B49E82;
}
.AnyTagClassName
{
color: #B49E82;
}
</style>
background-color css
<style>
a { background-color: #B49E82; }
a { background-color: rgb(180,158,130); }
div.DivClassName
{
background-color: #B49E82;
}
.BgClassName
{
background-color: #B49E82;
}
</style>
border-color css
<style>
span { border-color: #B49E82; }
span { border-color: rgb(180,158,130); }
td.TdClassName
{
border-color: #B49E82;
}
.TagClassName
{
border-color: #B49E82;
}
</style>