Shades of Bronco #B19E83
Tints of Bronco #B19E83
RGB
CMYK
RGB Variations
Color information
#B19E83 (or 0xB19E83) is known color: Bronco. HEX triplet: B1, 9E and 83. RGB value is (177,158,131). Sum of RGB (Red+Green+Blue) = 177+158+131=466 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.98% from 466); Green value is 158 (62.11% from 255 or 33.91% from 466); Blue value is 131 (51.56% from 255 or 28.11% from 466); Max value from RGB is 177 - color contains mainly: red. Hex color #B19E83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19E83 is #4E617C. Grayscale: #A0A0A0. Windows color (decimal): -5136765 or 8625841. OLE color: 8625841.
HSL color Cylindrical-coordinate representation of color #B19E83: hue angle of 35.22º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B19E83 is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 158 | 131 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.31 |
| HSL | 35.22º | 0.23% | 0.6% | - |
| HSV(B) | 35.22º | 0.26% | 0.69% | - |
| XYZ | 34.46 | 35.44 | 26.5 | - |
| YUV | 160.6 | 111.29 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 158 | 131 | 0 | 0.11 | 0.26 | 0.31 | 35.22 | 0.23 | 0.6 |
| Hex | B1 | 9E | 83 | 0 | B | 1A | 1F | 23 | 17 | 3C |
| Octal | 261 | 236 | 203 | 0 | 13 | 32 | 37 | 43 | 27 | 74 |
| Binary | 10110001 | 10011110 | 10000011 | 0 | 1011 | 11010 | 11111 | 100011 | 10111 | 111100 |
Color Harmonies of #B19E83
Complementary color
Monochromatic Colors of #B19E83
Black with #B19E83
Text Example
Text Example
White with #B19E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19E83; }
p { color: rgb(177,158,131); }
H1.HeaderClassName
{
color: #B19E83;
}
.AnyTagClassName
{
color: #B19E83;
}
</style>
background-color css
<style>
a { background-color: #B19E83; }
a { background-color: rgb(177,158,131); }
div.DivClassName
{
background-color: #B19E83;
}
.BgClassName
{
background-color: #B19E83;
}
</style>
border-color css
<style>
span { border-color: #B19E83; }
span { border-color: rgb(177,158,131); }
td.TdClassName
{
border-color: #B19E83;
}
.TagClassName
{
border-color: #B19E83;
}
</style>