Shades of Bronco #B59F7A
Tints of Bronco #B59F7A
RGB
CMYK
RGB Variations
Color information
#B59F7A (or 0xB59F7A) is known color: Bronco. HEX triplet: B5, 9F and 7A. RGB value is (181,159,122). Sum of RGB (Red+Green+Blue) = 181+159+122=462 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.18% from 462); Green value is 159 (62.5% from 255 or 34.42% from 462); Blue value is 122 (48.05% from 255 or 26.41% from 462); Max value from RGB is 181 - color contains mainly: red. Hex color #B59F7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59F7A is #4A6085. Grayscale: #A1A1A1. Windows color (decimal): -4874374 or 8036277. OLE color: 8036277.
HSL color Cylindrical-coordinate representation of color #B59F7A: hue angle of 37.63º 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 #B59F7A is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 159 | 122 | - |
| CMYK | 0 | 0.12 | 0.33 | 0.29 |
| HSL | 37.63º | 0.29% | 0.59% | - |
| HSV(B) | 37.63º | 0.33% | 0.71% | - |
| XYZ | 34.97 | 36.03 | 23.52 | - |
| YUV | 161.36 | 105.79 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 159 | 122 | 0 | 0.12 | 0.33 | 0.29 | 37.63 | 0.29 | 0.59 |
| Hex | B5 | 9F | 7A | 0 | C | 21 | 1D | 26 | 1D | 3B |
| Octal | 265 | 237 | 172 | 0 | 14 | 41 | 35 | 46 | 35 | 73 |
| Binary | 10110101 | 10011111 | 1111010 | 0 | 1100 | 100001 | 11101 | 100110 | 11101 | 111011 |
Color Harmonies of #B59F7A
Complementary color
Monochromatic Colors of #B59F7A
Black with #B59F7A
Text Example
Text Example
White with #B59F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59F7A; }
p { color: rgb(181,159,122); }
H1.HeaderClassName
{
color: #B59F7A;
}
.AnyTagClassName
{
color: #B59F7A;
}
</style>
background-color css
<style>
a { background-color: #B59F7A; }
a { background-color: rgb(181,159,122); }
div.DivClassName
{
background-color: #B59F7A;
}
.BgClassName
{
background-color: #B59F7A;
}
</style>
border-color css
<style>
span { border-color: #B59F7A; }
span { border-color: rgb(181,159,122); }
td.TdClassName
{
border-color: #B59F7A;
}
.TagClassName
{
border-color: #B59F7A;
}
</style>