Shades of Bronco #B49E81
Tints of Bronco #B49E81
RGB
CMYK
RGB Variations
Color information
#B49E81 (or 0xB49E81) is known color: Bronco. HEX triplet: B4, 9E and 81. RGB value is (180,158,129). Sum of RGB (Red+Green+Blue) = 180+158+129=467 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.54% from 467); Green value is 158 (62.11% from 255 or 33.83% from 467); Blue value is 129 (50.78% from 255 or 27.62% from 467); Max value from RGB is 180 - color contains mainly: red. Hex color #B49E81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49E81 is #4B617E. Grayscale: #A1A1A1. Windows color (decimal): -4940159 or 8494772. OLE color: 8494772.
HSL color Cylindrical-coordinate representation of color #B49E81: hue angle of 34.12º 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 #B49E81 is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 158 | 129 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.29 |
| HSL | 34.12º | 0.25% | 0.61% | - |
| HSV(B) | 34.12º | 0.28% | 0.71% | - |
| XYZ | 35.01 | 35.74 | 25.82 | - |
| YUV | 161.27 | 109.79 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 158 | 129 | 0 | 0.12 | 0.28 | 0.29 | 34.12 | 0.25 | 0.61 |
| Hex | B4 | 9E | 81 | 0 | C | 1C | 1D | 22 | 19 | 3D |
| Octal | 264 | 236 | 201 | 0 | 14 | 34 | 35 | 42 | 31 | 75 |
| Binary | 10110100 | 10011110 | 10000001 | 0 | 1100 | 11100 | 11101 | 100010 | 11001 | 111101 |
Color Harmonies of #B49E81
Complementary color
Monochromatic Colors of #B49E81
Black with #B49E81
Text Example
Text Example
White with #B49E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49E81; }
p { color: rgb(180,158,129); }
H1.HeaderClassName
{
color: #B49E81;
}
.AnyTagClassName
{
color: #B49E81;
}
</style>
background-color css
<style>
a { background-color: #B49E81; }
a { background-color: rgb(180,158,129); }
div.DivClassName
{
background-color: #B49E81;
}
.BgClassName
{
background-color: #B49E81;
}
</style>
border-color css
<style>
span { border-color: #B49E81; }
span { border-color: rgb(180,158,129); }
td.TdClassName
{
border-color: #B49E81;
}
.TagClassName
{
border-color: #B49E81;
}
</style>