Shades of Bronco #B19E88
Tints of Bronco #B19E88
RGB
CMYK
RGB Variations
Color information
#B19E88 (or 0xB19E88) is known color: Bronco. HEX triplet: B1, 9E and 88. RGB value is (177,158,136). Sum of RGB (Red+Green+Blue) = 177+158+136=471 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.58% from 471); Green value is 158 (62.11% from 255 or 33.55% from 471); Blue value is 136 (53.52% from 255 or 28.87% from 471); Max value from RGB is 177 - color contains mainly: red. Hex color #B19E88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19E88 is #4E6177. Grayscale: #A1A1A1. Windows color (decimal): -5136760 or 8953521. OLE color: 8953521.
HSL color Cylindrical-coordinate representation of color #B19E88: hue angle of 32.2º 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 #B19E88 is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 158 | 136 | - |
| CMYK | 0 | 0.11 | 0.23 | 0.31 |
| HSL | 32.2º | 0.21% | 0.61% | - |
| HSV(B) | 32.2º | 0.23% | 0.69% | - |
| XYZ | 34.8 | 35.58 | 28.33 | - |
| YUV | 161.17 | 113.79 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 158 | 136 | 0 | 0.11 | 0.23 | 0.31 | 32.2 | 0.21 | 0.61 |
| Hex | B1 | 9E | 88 | 0 | B | 17 | 1F | 20 | 15 | 3D |
| Octal | 261 | 236 | 210 | 0 | 13 | 27 | 37 | 40 | 25 | 75 |
| Binary | 10110001 | 10011110 | 10001000 | 0 | 1011 | 10111 | 11111 | 100000 | 10101 | 111101 |
Color Harmonies of #B19E88
Complementary color
Monochromatic Colors of #B19E88
Black with #B19E88
Text Example
Text Example
White with #B19E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19E88; }
p { color: rgb(177,158,136); }
H1.HeaderClassName
{
color: #B19E88;
}
.AnyTagClassName
{
color: #B19E88;
}
</style>
background-color css
<style>
a { background-color: #B19E88; }
a { background-color: rgb(177,158,136); }
div.DivClassName
{
background-color: #B19E88;
}
.BgClassName
{
background-color: #B19E88;
}
</style>
border-color css
<style>
span { border-color: #B19E88; }
span { border-color: rgb(177,158,136); }
td.TdClassName
{
border-color: #B19E88;
}
.TagClassName
{
border-color: #B19E88;
}
</style>