Shades of Bronco #B19E85
Tints of Bronco #B19E85
RGB
CMYK
RGB Variations
Color information
#B19E85 (or 0xB19E85) is known color: Bronco. HEX triplet: B1, 9E and 85. RGB value is (177,158,133). Sum of RGB (Red+Green+Blue) = 177+158+133=468 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.82% from 468); Green value is 158 (62.11% from 255 or 33.76% from 468); Blue value is 133 (52.34% from 255 or 28.42% from 468); Max value from RGB is 177 - color contains mainly: red. Hex color #B19E85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19E85 is #4E617A. Grayscale: #A0A0A0. Windows color (decimal): -5136763 or 8756913. OLE color: 8756913.
HSL color Cylindrical-coordinate representation of color #B19E85: hue angle of 34.09º 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 #B19E85 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 158 | 133 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.31 |
| HSL | 34.09º | 0.22% | 0.61% | - |
| HSV(B) | 34.09º | 0.25% | 0.69% | - |
| XYZ | 34.59 | 35.49 | 27.22 | - |
| YUV | 160.83 | 112.29 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 158 | 133 | 0 | 0.11 | 0.25 | 0.31 | 34.09 | 0.22 | 0.61 |
| Hex | B1 | 9E | 85 | 0 | B | 19 | 1F | 22 | 16 | 3D |
| Octal | 261 | 236 | 205 | 0 | 13 | 31 | 37 | 42 | 26 | 75 |
| Binary | 10110001 | 10011110 | 10000101 | 0 | 1011 | 11001 | 11111 | 100010 | 10110 | 111101 |
Color Harmonies of #B19E85
Complementary color
Monochromatic Colors of #B19E85
Black with #B19E85
Text Example
Text Example
White with #B19E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19E85; }
p { color: rgb(177,158,133); }
H1.HeaderClassName
{
color: #B19E85;
}
.AnyTagClassName
{
color: #B19E85;
}
</style>
background-color css
<style>
a { background-color: #B19E85; }
a { background-color: rgb(177,158,133); }
div.DivClassName
{
background-color: #B19E85;
}
.BgClassName
{
background-color: #B19E85;
}
</style>
border-color css
<style>
span { border-color: #B19E85; }
span { border-color: rgb(177,158,133); }
td.TdClassName
{
border-color: #B19E85;
}
.TagClassName
{
border-color: #B19E85;
}
</style>