Shades of Bronco #B59E7B
Tints of Bronco #B59E7B
RGB
CMYK
RGB Variations
Color information
#B59E7B (or 0xB59E7B) is known color: Bronco. HEX triplet: B5, 9E and 7B. RGB value is (181,158,123). Sum of RGB (Red+Green+Blue) = 181+158+123=462 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.18% from 462); Green value is 158 (62.11% from 255 or 34.20% from 462); Blue value is 123 (48.44% from 255 or 26.62% from 462); Max value from RGB is 181 - color contains mainly: red. Hex color #B59E7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59E7B is #4A6184. Grayscale: #A1A1A1. Windows color (decimal): -4874629 or 8101557. OLE color: 8101557.
HSL color Cylindrical-coordinate representation of color #B59E7B: hue angle of 36.21º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B59E7B is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 158 | 123 | - |
| CMYK | 0 | 0.13 | 0.32 | 0.29 |
| HSL | 36.21º | 0.28% | 0.6% | - |
| HSV(B) | 36.21º | 0.32% | 0.71% | - |
| XYZ | 34.86 | 35.71 | 23.79 | - |
| YUV | 160.89 | 106.62 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 158 | 123 | 0 | 0.13 | 0.32 | 0.29 | 36.21 | 0.28 | 0.6 |
| Hex | B5 | 9E | 7B | 0 | D | 20 | 1D | 24 | 1C | 3C |
| Octal | 265 | 236 | 173 | 0 | 15 | 40 | 35 | 44 | 34 | 74 |
| Binary | 10110101 | 10011110 | 1111011 | 0 | 1101 | 100000 | 11101 | 100100 | 11100 | 111100 |
Color Harmonies of #B59E7B
Complementary color
Monochromatic Colors of #B59E7B
Black with #B59E7B
Text Example
Text Example
White with #B59E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59E7B; }
p { color: rgb(181,158,123); }
H1.HeaderClassName
{
color: #B59E7B;
}
.AnyTagClassName
{
color: #B59E7B;
}
</style>
background-color css
<style>
a { background-color: #B59E7B; }
a { background-color: rgb(181,158,123); }
div.DivClassName
{
background-color: #B59E7B;
}
.BgClassName
{
background-color: #B59E7B;
}
</style>
border-color css
<style>
span { border-color: #B59E7B; }
span { border-color: rgb(181,158,123); }
td.TdClassName
{
border-color: #B59E7B;
}
.TagClassName
{
border-color: #B59E7B;
}
</style>