Shades of Bronco #B19A7C
Tints of Bronco #B19A7C
RGB
CMYK
RGB Variations
Color information
#B19A7C (or 0xB19A7C) is known color: Bronco. HEX triplet: B1, 9A and 7C. RGB value is (177,154,124). Sum of RGB (Red+Green+Blue) = 177+154+124=455 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.90% from 455); Green value is 154 (60.55% from 255 or 33.85% from 455); Blue value is 124 (48.83% from 255 or 27.25% from 455); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19A7C is #4E6583. Grayscale: #9D9D9D. Windows color (decimal): -5137796 or 8166065. OLE color: 8166065.
HSL color Cylindrical-coordinate representation of color #B19A7C: hue angle of 33.96º 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 #B19A7C is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 154 | 124 | - |
| CMYK | 0 | 0.13 | 0.30 | 0.31 |
| HSL | 33.96º | 0.25% | 0.59% | - |
| HSV(B) | 33.96º | 0.3% | 0.69% | - |
| XYZ | 33.33 | 33.91 | 23.86 | - |
| YUV | 157.46 | 109.12 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 154 | 124 | 0 | 0.13 | 0.30 | 0.31 | 33.96 | 0.25 | 0.59 |
| Hex | B1 | 9A | 7C | 0 | D | 1E | 1F | 22 | 19 | 3B |
| Octal | 261 | 232 | 174 | 0 | 15 | 36 | 37 | 42 | 31 | 73 |
| Binary | 10110001 | 10011010 | 1111100 | 0 | 1101 | 11110 | 11111 | 100010 | 11001 | 111011 |
Color Harmonies of #B19A7C
Complementary color
Monochromatic Colors of #B19A7C
Black with #B19A7C
Text Example
Text Example
White with #B19A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19A7C; }
p { color: rgb(177,154,124); }
H1.HeaderClassName
{
color: #B19A7C;
}
.AnyTagClassName
{
color: #B19A7C;
}
</style>
background-color css
<style>
a { background-color: #B19A7C; }
a { background-color: rgb(177,154,124); }
div.DivClassName
{
background-color: #B19A7C;
}
.BgClassName
{
background-color: #B19A7C;
}
</style>
border-color css
<style>
span { border-color: #B19A7C; }
span { border-color: rgb(177,154,124); }
td.TdClassName
{
border-color: #B19A7C;
}
.TagClassName
{
border-color: #B19A7C;
}
</style>