Shades of Bronco #B19F88
Tints of Bronco #B19F88
RGB
CMYK
RGB Variations
Color information
#B19F88 (or 0xB19F88) is known color: Bronco. HEX triplet: B1, 9F and 88. RGB value is (177,159,136). Sum of RGB (Red+Green+Blue) = 177+159+136=472 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.5% from 472); Green value is 159 (62.5% from 255 or 33.69% from 472); Blue value is 136 (53.52% from 255 or 28.81% from 472); Max value from RGB is 177 - color contains mainly: red. Hex color #B19F88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19F88 is #4E6077. Grayscale: #A1A1A1. Windows color (decimal): -5136504 or 8953777. OLE color: 8953777.
HSL color Cylindrical-coordinate representation of color #B19F88: hue angle of 33.66º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B19F88 is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 159 | 136 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.31 |
| HSL | 33.66º | 0.21% | 0.61% | - |
| HSV(B) | 33.66º | 0.23% | 0.69% | - |
| XYZ | 34.97 | 35.92 | 28.38 | - |
| YUV | 161.76 | 113.46 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 159 | 136 | 0 | 0.10 | 0.23 | 0.31 | 33.66 | 0.21 | 0.61 |
| Hex | B1 | 9F | 88 | 0 | A | 17 | 1F | 22 | 15 | 3D |
| Octal | 261 | 237 | 210 | 0 | 12 | 27 | 37 | 42 | 25 | 75 |
| Binary | 10110001 | 10011111 | 10001000 | 0 | 1010 | 10111 | 11111 | 100010 | 10101 | 111101 |
Color Harmonies of #B19F88
Complementary color
Monochromatic Colors of #B19F88
Black with #B19F88
Text Example
Text Example
White with #B19F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19F88; }
p { color: rgb(177,159,136); }
H1.HeaderClassName
{
color: #B19F88;
}
.AnyTagClassName
{
color: #B19F88;
}
</style>
background-color css
<style>
a { background-color: #B19F88; }
a { background-color: rgb(177,159,136); }
div.DivClassName
{
background-color: #B19F88;
}
.BgClassName
{
background-color: #B19F88;
}
</style>
border-color css
<style>
span { border-color: #B19F88; }
span { border-color: rgb(177,159,136); }
td.TdClassName
{
border-color: #B19F88;
}
.TagClassName
{
border-color: #B19F88;
}
</style>