Shades of Bronco #B19F7D
Tints of Bronco #B19F7D
RGB
CMYK
RGB Variations
Color information
#B19F7D (or 0xB19F7D) is known color: Bronco. HEX triplet: B1, 9F and 7D. RGB value is (177,159,125). Sum of RGB (Red+Green+Blue) = 177+159+125=461 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.39% from 461); Green value is 159 (62.5% from 255 or 34.49% from 461); Blue value is 125 (49.22% from 255 or 27.11% from 461); Max value from RGB is 177 - color contains mainly: red. Hex color #B19F7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19F7D is #4E6082. Grayscale: #A0A0A0. Windows color (decimal): -5136515 or 8232881. OLE color: 8232881.
HSL color Cylindrical-coordinate representation of color #B19F7D: hue angle of 39.23º 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 #B19F7D is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 159 | 125 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.31 |
| HSL | 39.23º | 0.25% | 0.59% | - |
| HSV(B) | 39.23º | 0.29% | 0.69% | - |
| XYZ | 34.23 | 35.62 | 24.47 | - |
| YUV | 160.51 | 107.96 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 159 | 125 | 0 | 0.10 | 0.29 | 0.31 | 39.23 | 0.25 | 0.59 |
| Hex | B1 | 9F | 7D | 0 | A | 1D | 1F | 27 | 19 | 3B |
| Octal | 261 | 237 | 175 | 0 | 12 | 35 | 37 | 47 | 31 | 73 |
| Binary | 10110001 | 10011111 | 1111101 | 0 | 1010 | 11101 | 11111 | 100111 | 11001 | 111011 |
Color Harmonies of #B19F7D
Complementary color
Monochromatic Colors of #B19F7D
Black with #B19F7D
Text Example
Text Example
White with #B19F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19F7D; }
p { color: rgb(177,159,125); }
H1.HeaderClassName
{
color: #B19F7D;
}
.AnyTagClassName
{
color: #B19F7D;
}
</style>
background-color css
<style>
a { background-color: #B19F7D; }
a { background-color: rgb(177,159,125); }
div.DivClassName
{
background-color: #B19F7D;
}
.BgClassName
{
background-color: #B19F7D;
}
</style>
border-color css
<style>
span { border-color: #B19F7D; }
span { border-color: rgb(177,159,125); }
td.TdClassName
{
border-color: #B19F7D;
}
.TagClassName
{
border-color: #B19F7D;
}
</style>