Shades of Bronco #B19F87
Tints of Bronco #B19F87
RGB
CMYK
RGB Variations
Color information
#B19F87 (or 0xB19F87) is known color: Bronco. HEX triplet: B1, 9F and 87. RGB value is (177,159,135). Sum of RGB (Red+Green+Blue) = 177+159+135=471 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.58% from 471); Green value is 159 (62.5% from 255 or 33.76% from 471); Blue value is 135 (53.12% from 255 or 28.66% from 471); Max value from RGB is 177 - color contains mainly: red. Hex color #B19F87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19F87 is #4E6078. Grayscale: #A1A1A1. Windows color (decimal): -5136505 or 8888241. OLE color: 8888241.
HSL color Cylindrical-coordinate representation of color #B19F87: hue angle of 34.29º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B19F87 is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 159 | 135 | - |
| CMYK | 0 | 0.10 | 0.24 | 0.31 |
| HSL | 34.29º | 0.21% | 0.61% | - |
| HSV(B) | 34.29º | 0.24% | 0.69% | - |
| XYZ | 34.9 | 35.89 | 28.01 | - |
| YUV | 161.65 | 112.96 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 159 | 135 | 0 | 0.10 | 0.24 | 0.31 | 34.29 | 0.21 | 0.61 |
| Hex | B1 | 9F | 87 | 0 | A | 18 | 1F | 22 | 15 | 3D |
| Octal | 261 | 237 | 207 | 0 | 12 | 30 | 37 | 42 | 25 | 75 |
| Binary | 10110001 | 10011111 | 10000111 | 0 | 1010 | 11000 | 11111 | 100010 | 10101 | 111101 |
Color Harmonies of #B19F87
Complementary color
Monochromatic Colors of #B19F87
Black with #B19F87
Text Example
Text Example
White with #B19F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19F87; }
p { color: rgb(177,159,135); }
H1.HeaderClassName
{
color: #B19F87;
}
.AnyTagClassName
{
color: #B19F87;
}
</style>
background-color css
<style>
a { background-color: #B19F87; }
a { background-color: rgb(177,159,135); }
div.DivClassName
{
background-color: #B19F87;
}
.BgClassName
{
background-color: #B19F87;
}
</style>
border-color css
<style>
span { border-color: #B19F87; }
span { border-color: rgb(177,159,135); }
td.TdClassName
{
border-color: #B19F87;
}
.TagClassName
{
border-color: #B19F87;
}
</style>