Shades of Bronco #B19F84
Tints of Bronco #B19F84
RGB
CMYK
RGB Variations
Color information
#B19F84 (or 0xB19F84) is known color: Bronco. HEX triplet: B1, 9F and 84. RGB value is (177,159,132). Sum of RGB (Red+Green+Blue) = 177+159+132=468 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.82% from 468); Green value is 159 (62.5% from 255 or 33.97% from 468); Blue value is 132 (51.95% from 255 or 28.21% from 468); Max value from RGB is 177 - color contains mainly: red. Hex color #B19F84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19F84 is #4E607B. Grayscale: #A1A1A1. Windows color (decimal): -5136508 or 8691633. OLE color: 8691633.
HSL color Cylindrical-coordinate representation of color #B19F84: hue angle of 36º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B19F84 is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 159 | 132 | - |
| CMYK | 0 | 0.10 | 0.25 | 0.31 |
| HSL | 36º | 0.22% | 0.61% | - |
| HSV(B) | 36º | 0.25% | 0.69% | - |
| XYZ | 34.69 | 35.81 | 26.91 | - |
| YUV | 161.3 | 111.46 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 159 | 132 | 0 | 0.10 | 0.25 | 0.31 | 36 | 0.22 | 0.61 |
| Hex | B1 | 9F | 84 | 0 | A | 19 | 1F | 24 | 16 | 3D |
| Octal | 261 | 237 | 204 | 0 | 12 | 31 | 37 | 44 | 26 | 75 |
| Binary | 10110001 | 10011111 | 10000100 | 0 | 1010 | 11001 | 11111 | 100100 | 10110 | 111101 |
Color Harmonies of #B19F84
Complementary color
Monochromatic Colors of #B19F84
Black with #B19F84
Text Example
Text Example
White with #B19F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19F84; }
p { color: rgb(177,159,132); }
H1.HeaderClassName
{
color: #B19F84;
}
.AnyTagClassName
{
color: #B19F84;
}
</style>
background-color css
<style>
a { background-color: #B19F84; }
a { background-color: rgb(177,159,132); }
div.DivClassName
{
background-color: #B19F84;
}
.BgClassName
{
background-color: #B19F84;
}
</style>
border-color css
<style>
span { border-color: #B19F84; }
span { border-color: rgb(177,159,132); }
td.TdClassName
{
border-color: #B19F84;
}
.TagClassName
{
border-color: #B19F84;
}
</style>