Shades of Bronco #B19F82
Tints of Bronco #B19F82
RGB
CMYK
RGB Variations
Color information
#B19F82 (or 0xB19F82) is known color: Bronco. HEX triplet: B1, 9F and 82. RGB value is (177,159,130). Sum of RGB (Red+Green+Blue) = 177+159+130=466 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.98% from 466); Green value is 159 (62.5% from 255 or 34.12% from 466); Blue value is 130 (51.17% from 255 or 27.90% from 466); Max value from RGB is 177 - color contains mainly: red. Hex color #B19F82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19F82 is #4E607D. Grayscale: #A1A1A1. Windows color (decimal): -5136510 or 8560561. OLE color: 8560561.
HSL color Cylindrical-coordinate representation of color #B19F82: hue angle of 37.02º 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 #B19F82 is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 159 | 130 | - |
| CMYK | 0 | 0.10 | 0.27 | 0.31 |
| HSL | 37.02º | 0.23% | 0.6% | - |
| HSV(B) | 37.02º | 0.27% | 0.69% | - |
| XYZ | 34.56 | 35.76 | 26.2 | - |
| YUV | 161.08 | 110.46 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 159 | 130 | 0 | 0.10 | 0.27 | 0.31 | 37.02 | 0.23 | 0.6 |
| Hex | B1 | 9F | 82 | 0 | A | 1B | 1F | 25 | 17 | 3C |
| Octal | 261 | 237 | 202 | 0 | 12 | 33 | 37 | 45 | 27 | 74 |
| Binary | 10110001 | 10011111 | 10000010 | 0 | 1010 | 11011 | 11111 | 100101 | 10111 | 111100 |
Color Harmonies of #B19F82
Complementary color
Monochromatic Colors of #B19F82
Black with #B19F82
Text Example
Text Example
White with #B19F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19F82; }
p { color: rgb(177,159,130); }
H1.HeaderClassName
{
color: #B19F82;
}
.AnyTagClassName
{
color: #B19F82;
}
</style>
background-color css
<style>
a { background-color: #B19F82; }
a { background-color: rgb(177,159,130); }
div.DivClassName
{
background-color: #B19F82;
}
.BgClassName
{
background-color: #B19F82;
}
</style>
border-color css
<style>
span { border-color: #B19F82; }
span { border-color: rgb(177,159,130); }
td.TdClassName
{
border-color: #B19F82;
}
.TagClassName
{
border-color: #B19F82;
}
</style>