Shades of Bronco #B19E84
Tints of Bronco #B19E84
RGB
CMYK
RGB Variations
Color information
#B19E84 (or 0xB19E84) is known color: Bronco. HEX triplet: B1, 9E and 84. RGB value is (177,158,132). Sum of RGB (Red+Green+Blue) = 177+158+132=467 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.90% from 467); Green value is 158 (62.11% from 255 or 33.83% from 467); Blue value is 132 (51.95% from 255 or 28.27% from 467); Max value from RGB is 177 - color contains mainly: red. Hex color #B19E84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19E84 is #4E617B. Grayscale: #A0A0A0. Windows color (decimal): -5136764 or 8691377. OLE color: 8691377.
HSL color Cylindrical-coordinate representation of color #B19E84: hue angle of 34.67º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B19E84 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 158 | 132 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.31 |
| HSL | 34.67º | 0.22% | 0.61% | - |
| HSV(B) | 34.67º | 0.25% | 0.69% | - |
| XYZ | 34.52 | 35.47 | 26.86 | - |
| YUV | 160.72 | 111.79 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 158 | 132 | 0 | 0.11 | 0.25 | 0.31 | 34.67 | 0.22 | 0.61 |
| Hex | B1 | 9E | 84 | 0 | B | 19 | 1F | 23 | 16 | 3D |
| Octal | 261 | 236 | 204 | 0 | 13 | 31 | 37 | 43 | 26 | 75 |
| Binary | 10110001 | 10011110 | 10000100 | 0 | 1011 | 11001 | 11111 | 100011 | 10110 | 111101 |
Color Harmonies of #B19E84
Complementary color
Monochromatic Colors of #B19E84
Black with #B19E84
Text Example
Text Example
White with #B19E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19E84; }
p { color: rgb(177,158,132); }
H1.HeaderClassName
{
color: #B19E84;
}
.AnyTagClassName
{
color: #B19E84;
}
</style>
background-color css
<style>
a { background-color: #B19E84; }
a { background-color: rgb(177,158,132); }
div.DivClassName
{
background-color: #B19E84;
}
.BgClassName
{
background-color: #B19E84;
}
</style>
border-color css
<style>
span { border-color: #B19E84; }
span { border-color: rgb(177,158,132); }
td.TdClassName
{
border-color: #B19E84;
}
.TagClassName
{
border-color: #B19E84;
}
</style>