Shades of Bronco #B19E82
Tints of Bronco #B19E82
RGB
CMYK
RGB Variations
Color information
#B19E82 (or 0xB19E82) is known color: Bronco. HEX triplet: B1, 9E and 82. RGB value is (177,158,130). Sum of RGB (Red+Green+Blue) = 177+158+130=465 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.06% from 465); Green value is 158 (62.11% from 255 or 33.98% from 465); Blue value is 130 (51.17% from 255 or 27.96% from 465); Max value from RGB is 177 - color contains mainly: red. Hex color #B19E82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19E82 is #4E617D. Grayscale: #A0A0A0. Windows color (decimal): -5136766 or 8560305. OLE color: 8560305.
HSL color Cylindrical-coordinate representation of color #B19E82: hue angle of 35.74º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B19E82 is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 158 | 130 | - |
| CMYK | 0 | 0.11 | 0.27 | 0.31 |
| HSL | 35.74º | 0.23% | 0.6% | - |
| HSV(B) | 35.74º | 0.27% | 0.69% | - |
| XYZ | 34.39 | 35.41 | 26.14 | - |
| YUV | 160.49 | 110.79 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 158 | 130 | 0 | 0.11 | 0.27 | 0.31 | 35.74 | 0.23 | 0.6 |
| Hex | B1 | 9E | 82 | 0 | B | 1B | 1F | 24 | 17 | 3C |
| Octal | 261 | 236 | 202 | 0 | 13 | 33 | 37 | 44 | 27 | 74 |
| Binary | 10110001 | 10011110 | 10000010 | 0 | 1011 | 11011 | 11111 | 100100 | 10111 | 111100 |
Color Harmonies of #B19E82
Complementary color
Monochromatic Colors of #B19E82
Black with #B19E82
Text Example
Text Example
White with #B19E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19E82; }
p { color: rgb(177,158,130); }
H1.HeaderClassName
{
color: #B19E82;
}
.AnyTagClassName
{
color: #B19E82;
}
</style>
background-color css
<style>
a { background-color: #B19E82; }
a { background-color: rgb(177,158,130); }
div.DivClassName
{
background-color: #B19E82;
}
.BgClassName
{
background-color: #B19E82;
}
</style>
border-color css
<style>
span { border-color: #B19E82; }
span { border-color: rgb(177,158,130); }
td.TdClassName
{
border-color: #B19E82;
}
.TagClassName
{
border-color: #B19E82;
}
</style>