Shades of Bronco #B19D85
Tints of Bronco #B19D85
RGB
CMYK
RGB Variations
Color information
#B19D85 (or 0xB19D85) is known color: Bronco. HEX triplet: B1, 9D and 85. RGB value is (177,157,133). Sum of RGB (Red+Green+Blue) = 177+157+133=467 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.90% from 467); Green value is 157 (61.72% from 255 or 33.62% from 467); Blue value is 133 (52.34% from 255 or 28.48% from 467); Max value from RGB is 177 - color contains mainly: red. Hex color #B19D85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19D85 is #4E627A. Grayscale: #A0A0A0. Windows color (decimal): -5137019 or 8756657. OLE color: 8756657.
HSL color Cylindrical-coordinate representation of color #B19D85: hue angle of 32.73º 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 #B19D85 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 157 | 133 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.31 |
| HSL | 32.73º | 0.22% | 0.61% | - |
| HSV(B) | 32.73º | 0.25% | 0.69% | - |
| XYZ | 34.42 | 35.15 | 27.16 | - |
| YUV | 160.24 | 112.63 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 157 | 133 | 0 | 0.11 | 0.25 | 0.31 | 32.73 | 0.22 | 0.61 |
| Hex | B1 | 9D | 85 | 0 | B | 19 | 1F | 21 | 16 | 3D |
| Octal | 261 | 235 | 205 | 0 | 13 | 31 | 37 | 41 | 26 | 75 |
| Binary | 10110001 | 10011101 | 10000101 | 0 | 1011 | 11001 | 11111 | 100001 | 10110 | 111101 |
Color Harmonies of #B19D85
Complementary color
Monochromatic Colors of #B19D85
Black with #B19D85
Text Example
Text Example
White with #B19D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19D85; }
p { color: rgb(177,157,133); }
H1.HeaderClassName
{
color: #B19D85;
}
.AnyTagClassName
{
color: #B19D85;
}
</style>
background-color css
<style>
a { background-color: #B19D85; }
a { background-color: rgb(177,157,133); }
div.DivClassName
{
background-color: #B19D85;
}
.BgClassName
{
background-color: #B19D85;
}
</style>
border-color css
<style>
span { border-color: #B19D85; }
span { border-color: rgb(177,157,133); }
td.TdClassName
{
border-color: #B19D85;
}
.TagClassName
{
border-color: #B19D85;
}
</style>