Shades of Bronco #B19C82
Tints of Bronco #B19C82
RGB
CMYK
RGB Variations
Color information
#B19C82 (or 0xB19C82) is known color: Bronco. HEX triplet: B1, 9C and 82. RGB value is (177,156,130). Sum of RGB (Red+Green+Blue) = 177+156+130=463 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.23% from 463); Green value is 156 (61.33% from 255 or 33.69% from 463); Blue value is 130 (51.17% from 255 or 28.08% from 463); Max value from RGB is 177 - color contains mainly: red. Hex color #B19C82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19C82 is #4E637D. Grayscale: #9F9F9F. Windows color (decimal): -5137278 or 8559793. OLE color: 8559793.
HSL color Cylindrical-coordinate representation of color #B19C82: hue angle of 33.19º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B19C82 is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 156 | 130 | - |
| CMYK | 0 | 0.12 | 0.27 | 0.31 |
| HSL | 33.19º | 0.23% | 0.6% | - |
| HSV(B) | 33.19º | 0.27% | 0.69% | - |
| XYZ | 34.05 | 34.74 | 26.03 | - |
| YUV | 159.32 | 111.46 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 156 | 130 | 0 | 0.12 | 0.27 | 0.31 | 33.19 | 0.23 | 0.6 |
| Hex | B1 | 9C | 82 | 0 | C | 1B | 1F | 21 | 17 | 3C |
| Octal | 261 | 234 | 202 | 0 | 14 | 33 | 37 | 41 | 27 | 74 |
| Binary | 10110001 | 10011100 | 10000010 | 0 | 1100 | 11011 | 11111 | 100001 | 10111 | 111100 |
Color Harmonies of #B19C82
Complementary color
Monochromatic Colors of #B19C82
Black with #B19C82
Text Example
Text Example
White with #B19C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19C82; }
p { color: rgb(177,156,130); }
H1.HeaderClassName
{
color: #B19C82;
}
.AnyTagClassName
{
color: #B19C82;
}
</style>
background-color css
<style>
a { background-color: #B19C82; }
a { background-color: rgb(177,156,130); }
div.DivClassName
{
background-color: #B19C82;
}
.BgClassName
{
background-color: #B19C82;
}
</style>
border-color css
<style>
span { border-color: #B19C82; }
span { border-color: rgb(177,156,130); }
td.TdClassName
{
border-color: #B19C82;
}
.TagClassName
{
border-color: #B19C82;
}
</style>