Shades of Bronco #B19A7E
Tints of Bronco #B19A7E
RGB
CMYK
RGB Variations
Color information
#B19A7E (or 0xB19A7E) is known color: Bronco. HEX triplet: B1, 9A and 7E. RGB value is (177,154,126). Sum of RGB (Red+Green+Blue) = 177+154+126=457 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.73% from 457); Green value is 154 (60.55% from 255 or 33.70% from 457); Blue value is 126 (49.61% from 255 or 27.57% from 457); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19A7E is #4E6581. Grayscale: #9D9D9D. Windows color (decimal): -5137794 or 8297137. OLE color: 8297137.
HSL color Cylindrical-coordinate representation of color #B19A7E: hue angle of 32.94º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B19A7E is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 154 | 126 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.31 |
| HSL | 32.94º | 0.25% | 0.59% | - |
| HSV(B) | 32.94º | 0.29% | 0.69% | - |
| XYZ | 33.45 | 33.96 | 24.53 | - |
| YUV | 157.69 | 110.12 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 154 | 126 | 0 | 0.13 | 0.29 | 0.31 | 32.94 | 0.25 | 0.59 |
| Hex | B1 | 9A | 7E | 0 | D | 1D | 1F | 21 | 19 | 3B |
| Octal | 261 | 232 | 176 | 0 | 15 | 35 | 37 | 41 | 31 | 73 |
| Binary | 10110001 | 10011010 | 1111110 | 0 | 1101 | 11101 | 11111 | 100001 | 11001 | 111011 |
Color Harmonies of #B19A7E
Complementary color
Monochromatic Colors of #B19A7E
Black with #B19A7E
Text Example
Text Example
White with #B19A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19A7E; }
p { color: rgb(177,154,126); }
H1.HeaderClassName
{
color: #B19A7E;
}
.AnyTagClassName
{
color: #B19A7E;
}
</style>
background-color css
<style>
a { background-color: #B19A7E; }
a { background-color: rgb(177,154,126); }
div.DivClassName
{
background-color: #B19A7E;
}
.BgClassName
{
background-color: #B19A7E;
}
</style>
border-color css
<style>
span { border-color: #B19A7E; }
span { border-color: rgb(177,154,126); }
td.TdClassName
{
border-color: #B19A7E;
}
.TagClassName
{
border-color: #B19A7E;
}
</style>