Shades of Bronco #B19C80
Tints of Bronco #B19C80
RGB
CMYK
RGB Variations
Color information
#B19C80 (or 0xB19C80) is known color: Bronco. HEX triplet: B1, 9C and 80. RGB value is (177,156,128). Sum of RGB (Red+Green+Blue) = 177+156+128=461 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.39% from 461); Green value is 156 (61.33% from 255 or 33.84% from 461); Blue value is 128 (50.39% from 255 or 27.77% from 461); Max value from RGB is 177 - color contains mainly: red. Hex color #B19C80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19C80 is #4E637F. Grayscale: #9F9F9F. Windows color (decimal): -5137280 or 8428721. OLE color: 8428721.
HSL color Cylindrical-coordinate representation of color #B19C80: hue angle of 34.29º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B19C80 is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 156 | 128 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.31 |
| HSL | 34.29º | 0.24% | 0.6% | - |
| HSV(B) | 34.29º | 0.28% | 0.69% | - |
| XYZ | 33.92 | 34.68 | 25.33 | - |
| YUV | 159.09 | 110.46 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 156 | 128 | 0 | 0.12 | 0.28 | 0.31 | 34.29 | 0.24 | 0.6 |
| Hex | B1 | 9C | 80 | 0 | C | 1C | 1F | 22 | 18 | 3C |
| Octal | 261 | 234 | 200 | 0 | 14 | 34 | 37 | 42 | 30 | 74 |
| Binary | 10110001 | 10011100 | 10000000 | 0 | 1100 | 11100 | 11111 | 100010 | 11000 | 111100 |
Color Harmonies of #B19C80
Complementary color
Monochromatic Colors of #B19C80
Black with #B19C80
Text Example
Text Example
White with #B19C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19C80; }
p { color: rgb(177,156,128); }
H1.HeaderClassName
{
color: #B19C80;
}
.AnyTagClassName
{
color: #B19C80;
}
</style>
background-color css
<style>
a { background-color: #B19C80; }
a { background-color: rgb(177,156,128); }
div.DivClassName
{
background-color: #B19C80;
}
.BgClassName
{
background-color: #B19C80;
}
</style>
border-color css
<style>
span { border-color: #B19C80; }
span { border-color: rgb(177,156,128); }
td.TdClassName
{
border-color: #B19C80;
}
.TagClassName
{
border-color: #B19C80;
}
</style>