Shades of Bronco #B19B7E
Tints of Bronco #B19B7E
RGB
CMYK
RGB Variations
Color information
#B19B7E (or 0xB19B7E) is known color: Bronco. HEX triplet: B1, 9B and 7E. RGB value is (177,155,126). Sum of RGB (Red+Green+Blue) = 177+155+126=458 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.65% from 458); Green value is 155 (60.94% from 255 or 33.84% from 458); Blue value is 126 (49.61% from 255 or 27.51% from 458); Max value from RGB is 177 - color contains mainly: red. Hex color #B19B7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19B7E is #4E6481. Grayscale: #9E9E9E. Windows color (decimal): -5137538 or 8297393. OLE color: 8297393.
HSL color Cylindrical-coordinate representation of color #B19B7E: hue angle of 34.12º 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 #B19B7E is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 155 | 126 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.31 |
| HSL | 34.12º | 0.25% | 0.59% | - |
| HSV(B) | 34.12º | 0.29% | 0.69% | - |
| XYZ | 33.62 | 34.3 | 24.59 | - |
| YUV | 158.27 | 109.79 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 155 | 126 | 0 | 0.12 | 0.29 | 0.31 | 34.12 | 0.25 | 0.59 |
| Hex | B1 | 9B | 7E | 0 | C | 1D | 1F | 22 | 19 | 3B |
| Octal | 261 | 233 | 176 | 0 | 14 | 35 | 37 | 42 | 31 | 73 |
| Binary | 10110001 | 10011011 | 1111110 | 0 | 1100 | 11101 | 11111 | 100010 | 11001 | 111011 |
Color Harmonies of #B19B7E
Complementary color
Monochromatic Colors of #B19B7E
Black with #B19B7E
Text Example
Text Example
White with #B19B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19B7E; }
p { color: rgb(177,155,126); }
H1.HeaderClassName
{
color: #B19B7E;
}
.AnyTagClassName
{
color: #B19B7E;
}
</style>
background-color css
<style>
a { background-color: #B19B7E; }
a { background-color: rgb(177,155,126); }
div.DivClassName
{
background-color: #B19B7E;
}
.BgClassName
{
background-color: #B19B7E;
}
</style>
border-color css
<style>
span { border-color: #B19B7E; }
span { border-color: rgb(177,155,126); }
td.TdClassName
{
border-color: #B19B7E;
}
.TagClassName
{
border-color: #B19B7E;
}
</style>