Shades of Bronco #B19B7D
Tints of Bronco #B19B7D
RGB
CMYK
RGB Variations
Color information
#B19B7D (or 0xB19B7D) is known color: Bronco. HEX triplet: B1, 9B and 7D. RGB value is (177,155,125). Sum of RGB (Red+Green+Blue) = 177+155+125=457 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.73% from 457); Green value is 155 (60.94% from 255 or 33.92% from 457); Blue value is 125 (49.22% from 255 or 27.35% from 457); Max value from RGB is 177 - color contains mainly: red. Hex color #B19B7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19B7D is #4E6482. Grayscale: #9E9E9E. Windows color (decimal): -5137539 or 8231857. OLE color: 8231857.
HSL color Cylindrical-coordinate representation of color #B19B7D: hue angle of 34.62º 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 #B19B7D is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 155 | 125 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.31 |
| HSL | 34.62º | 0.25% | 0.59% | - |
| HSV(B) | 34.62º | 0.29% | 0.69% | - |
| XYZ | 33.55 | 34.27 | 24.25 | - |
| YUV | 158.16 | 109.29 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 155 | 125 | 0 | 0.12 | 0.29 | 0.31 | 34.62 | 0.25 | 0.59 |
| Hex | B1 | 9B | 7D | 0 | C | 1D | 1F | 23 | 19 | 3B |
| Octal | 261 | 233 | 175 | 0 | 14 | 35 | 37 | 43 | 31 | 73 |
| Binary | 10110001 | 10011011 | 1111101 | 0 | 1100 | 11101 | 11111 | 100011 | 11001 | 111011 |
Color Harmonies of #B19B7D
Complementary color
Monochromatic Colors of #B19B7D
Black with #B19B7D
Text Example
Text Example
White with #B19B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19B7D; }
p { color: rgb(177,155,125); }
H1.HeaderClassName
{
color: #B19B7D;
}
.AnyTagClassName
{
color: #B19B7D;
}
</style>
background-color css
<style>
a { background-color: #B19B7D; }
a { background-color: rgb(177,155,125); }
div.DivClassName
{
background-color: #B19B7D;
}
.BgClassName
{
background-color: #B19B7D;
}
</style>
border-color css
<style>
span { border-color: #B19B7D; }
span { border-color: rgb(177,155,125); }
td.TdClassName
{
border-color: #B19B7D;
}
.TagClassName
{
border-color: #B19B7D;
}
</style>