Shades of Bronco #B19E7A
Tints of Bronco #B19E7A
RGB
CMYK
RGB Variations
Color information
#B19E7A (or 0xB19E7A) is known color: Bronco. HEX triplet: B1, 9E and 7A. RGB value is (177,158,122). Sum of RGB (Red+Green+Blue) = 177+158+122=457 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.73% from 457); Green value is 158 (62.11% from 255 or 34.57% from 457); Blue value is 122 (48.05% from 255 or 26.70% from 457); Max value from RGB is 177 - color contains mainly: red. Hex color #B19E7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19E7A is #4E6185. Grayscale: #9F9F9F. Windows color (decimal): -5136774 or 8036017. OLE color: 8036017.
HSL color Cylindrical-coordinate representation of color #B19E7A: hue angle of 39.27º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B19E7A is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 158 | 122 | - |
| CMYK | 0 | 0.11 | 0.31 | 0.31 |
| HSL | 39.27º | 0.26% | 0.59% | - |
| HSV(B) | 39.27º | 0.31% | 0.69% | - |
| XYZ | 33.87 | 35.21 | 23.42 | - |
| YUV | 159.58 | 106.79 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 158 | 122 | 0 | 0.11 | 0.31 | 0.31 | 39.27 | 0.26 | 0.59 |
| Hex | B1 | 9E | 7A | 0 | B | 1F | 1F | 27 | 1A | 3B |
| Octal | 261 | 236 | 172 | 0 | 13 | 37 | 37 | 47 | 32 | 73 |
| Binary | 10110001 | 10011110 | 1111010 | 0 | 1011 | 11111 | 11111 | 100111 | 11010 | 111011 |
Color Harmonies of #B19E7A
Complementary color
Monochromatic Colors of #B19E7A
Black with #B19E7A
Text Example
Text Example
White with #B19E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19E7A; }
p { color: rgb(177,158,122); }
H1.HeaderClassName
{
color: #B19E7A;
}
.AnyTagClassName
{
color: #B19E7A;
}
</style>
background-color css
<style>
a { background-color: #B19E7A; }
a { background-color: rgb(177,158,122); }
div.DivClassName
{
background-color: #B19E7A;
}
.BgClassName
{
background-color: #B19E7A;
}
</style>
border-color css
<style>
span { border-color: #B19E7A; }
span { border-color: rgb(177,158,122); }
td.TdClassName
{
border-color: #B19E7A;
}
.TagClassName
{
border-color: #B19E7A;
}
</style>