Shades of Bronco #B19C7C
Tints of Bronco #B19C7C
RGB
CMYK
RGB Variations
Color information
#B19C7C (or 0xB19C7C) is known color: Bronco. HEX triplet: B1, 9C and 7C. RGB value is (177,156,124). Sum of RGB (Red+Green+Blue) = 177+156+124=457 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.73% from 457); Green value is 156 (61.33% from 255 or 34.14% from 457); Blue value is 124 (48.83% from 255 or 27.13% from 457); Max value from RGB is 177 - color contains mainly: red. Hex color #B19C7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19C7C is #4E6383. Grayscale: #9E9E9E. Windows color (decimal): -5137284 or 8166577. OLE color: 8166577.
HSL color Cylindrical-coordinate representation of color #B19C7C: hue angle of 36.23º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B19C7C is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 156 | 124 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.31 |
| HSL | 36.23º | 0.25% | 0.59% | - |
| HSV(B) | 36.23º | 0.3% | 0.69% | - |
| XYZ | 33.66 | 34.58 | 23.97 | - |
| YUV | 158.63 | 108.46 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 156 | 124 | 0 | 0.12 | 0.30 | 0.31 | 36.23 | 0.25 | 0.59 |
| Hex | B1 | 9C | 7C | 0 | C | 1E | 1F | 24 | 19 | 3B |
| Octal | 261 | 234 | 174 | 0 | 14 | 36 | 37 | 44 | 31 | 73 |
| Binary | 10110001 | 10011100 | 1111100 | 0 | 1100 | 11110 | 11111 | 100100 | 11001 | 111011 |
Color Harmonies of #B19C7C
Complementary color
Monochromatic Colors of #B19C7C
Black with #B19C7C
Text Example
Text Example
White with #B19C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19C7C; }
p { color: rgb(177,156,124); }
H1.HeaderClassName
{
color: #B19C7C;
}
.AnyTagClassName
{
color: #B19C7C;
}
</style>
background-color css
<style>
a { background-color: #B19C7C; }
a { background-color: rgb(177,156,124); }
div.DivClassName
{
background-color: #B19C7C;
}
.BgClassName
{
background-color: #B19C7C;
}
</style>
border-color css
<style>
span { border-color: #B19C7C; }
span { border-color: rgb(177,156,124); }
td.TdClassName
{
border-color: #B19C7C;
}
.TagClassName
{
border-color: #B19C7C;
}
</style>