Shades of Bronco #B19E7B
Tints of Bronco #B19E7B
RGB
CMYK
RGB Variations
Color information
#B19E7B (or 0xB19E7B) is known color: Bronco. HEX triplet: B1, 9E and 7B. RGB value is (177,158,123). Sum of RGB (Red+Green+Blue) = 177+158+123=458 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.65% from 458); Green value is 158 (62.11% from 255 or 34.50% from 458); Blue value is 123 (48.44% from 255 or 26.86% from 458); Max value from RGB is 177 - color contains mainly: red. Hex color #B19E7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19E7B is #4E6184. Grayscale: #9F9F9F. Windows color (decimal): -5136773 or 8101553. OLE color: 8101553.
HSL color Cylindrical-coordinate representation of color #B19E7B: hue angle of 38.89º 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 #B19E7B is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 158 | 123 | - |
| CMYK | 0 | 0.11 | 0.31 | 0.31 |
| HSL | 38.89º | 0.26% | 0.59% | - |
| HSV(B) | 38.89º | 0.31% | 0.69% | - |
| XYZ | 33.93 | 35.23 | 23.75 | - |
| YUV | 159.69 | 107.29 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 158 | 123 | 0 | 0.11 | 0.31 | 0.31 | 38.89 | 0.26 | 0.59 |
| Hex | B1 | 9E | 7B | 0 | B | 1F | 1F | 27 | 1A | 3B |
| Octal | 261 | 236 | 173 | 0 | 13 | 37 | 37 | 47 | 32 | 73 |
| Binary | 10110001 | 10011110 | 1111011 | 0 | 1011 | 11111 | 11111 | 100111 | 11010 | 111011 |
Color Harmonies of #B19E7B
Complementary color
Monochromatic Colors of #B19E7B
Black with #B19E7B
Text Example
Text Example
White with #B19E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19E7B; }
p { color: rgb(177,158,123); }
H1.HeaderClassName
{
color: #B19E7B;
}
.AnyTagClassName
{
color: #B19E7B;
}
</style>
background-color css
<style>
a { background-color: #B19E7B; }
a { background-color: rgb(177,158,123); }
div.DivClassName
{
background-color: #B19E7B;
}
.BgClassName
{
background-color: #B19E7B;
}
</style>
border-color css
<style>
span { border-color: #B19E7B; }
span { border-color: rgb(177,158,123); }
td.TdClassName
{
border-color: #B19E7B;
}
.TagClassName
{
border-color: #B19E7B;
}
</style>