Shades of Bronco #B19C75
Tints of Bronco #B19C75
RGB
CMYK
RGB Variations
Color information
#B19C75 (or 0xB19C75) is known color: Bronco. HEX triplet: B1, 9C and 75. RGB value is (177,156,117). Sum of RGB (Red+Green+Blue) = 177+156+117=450 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.33% from 450); Green value is 156 (61.33% from 255 or 34.67% from 450); Blue value is 117 (46.09% from 255 or 26% from 450); Max value from RGB is 177 - color contains mainly: red. Hex color #B19C75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19C75 is #4E638A. Grayscale: #9E9E9E. Windows color (decimal): -5137291 or 7707825. OLE color: 7707825.
HSL color Cylindrical-coordinate representation of color #B19C75: hue angle of 39º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B19C75 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 156 | 117 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.31 |
| HSL | 39º | 0.28% | 0.58% | - |
| HSV(B) | 39º | 0.34% | 0.69% | - |
| XYZ | 33.23 | 34.41 | 21.72 | - |
| YUV | 157.83 | 104.96 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 156 | 117 | 0 | 0.12 | 0.34 | 0.31 | 39 | 0.28 | 0.58 |
| Hex | B1 | 9C | 75 | 0 | C | 22 | 1F | 27 | 1C | 3A |
| Octal | 261 | 234 | 165 | 0 | 14 | 42 | 37 | 47 | 34 | 72 |
| Binary | 10110001 | 10011100 | 1110101 | 0 | 1100 | 100010 | 11111 | 100111 | 11100 | 111010 |
Color Harmonies of #B19C75
Complementary color
Monochromatic Colors of #B19C75
Black with #B19C75
Text Example
Text Example
White with #B19C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19C75; }
p { color: rgb(177,156,117); }
H1.HeaderClassName
{
color: #B19C75;
}
.AnyTagClassName
{
color: #B19C75;
}
</style>
background-color css
<style>
a { background-color: #B19C75; }
a { background-color: rgb(177,156,117); }
div.DivClassName
{
background-color: #B19C75;
}
.BgClassName
{
background-color: #B19C75;
}
</style>
border-color css
<style>
span { border-color: #B19C75; }
span { border-color: rgb(177,156,117); }
td.TdClassName
{
border-color: #B19C75;
}
.TagClassName
{
border-color: #B19C75;
}
</style>