Shades of Bronco #B19D7E
Tints of Bronco #B19D7E
RGB
CMYK
RGB Variations
Color information
#B19D7E (or 0xB19D7E) is known color: Bronco. HEX triplet: B1, 9D and 7E. RGB value is (177,157,126). Sum of RGB (Red+Green+Blue) = 177+157+126=460 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.48% from 460); Green value is 157 (61.72% from 255 or 34.13% from 460); Blue value is 126 (49.61% from 255 or 27.39% from 460); Max value from RGB is 177 - color contains mainly: red. Hex color #B19D7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19D7E is #4E6281. Grayscale: #9F9F9F. Windows color (decimal): -5137026 or 8297905. OLE color: 8297905.
HSL color Cylindrical-coordinate representation of color #B19D7E: hue angle of 36.47º 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 #B19D7E is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 157 | 126 | - |
| CMYK | 0 | 0.11 | 0.29 | 0.31 |
| HSL | 36.47º | 0.25% | 0.59% | - |
| HSV(B) | 36.47º | 0.29% | 0.69% | - |
| XYZ | 33.95 | 34.97 | 24.7 | - |
| YUV | 159.45 | 109.13 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 157 | 126 | 0 | 0.11 | 0.29 | 0.31 | 36.47 | 0.25 | 0.59 |
| Hex | B1 | 9D | 7E | 0 | B | 1D | 1F | 24 | 19 | 3B |
| Octal | 261 | 235 | 176 | 0 | 13 | 35 | 37 | 44 | 31 | 73 |
| Binary | 10110001 | 10011101 | 1111110 | 0 | 1011 | 11101 | 11111 | 100100 | 11001 | 111011 |
Color Harmonies of #B19D7E
Complementary color
Monochromatic Colors of #B19D7E
Black with #B19D7E
Text Example
Text Example
White with #B19D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19D7E; }
p { color: rgb(177,157,126); }
H1.HeaderClassName
{
color: #B19D7E;
}
.AnyTagClassName
{
color: #B19D7E;
}
</style>
background-color css
<style>
a { background-color: #B19D7E; }
a { background-color: rgb(177,157,126); }
div.DivClassName
{
background-color: #B19D7E;
}
.BgClassName
{
background-color: #B19D7E;
}
</style>
border-color css
<style>
span { border-color: #B19D7E; }
span { border-color: rgb(177,157,126); }
td.TdClassName
{
border-color: #B19D7E;
}
.TagClassName
{
border-color: #B19D7E;
}
</style>