Shades of Bronco #B19D84
Tints of Bronco #B19D84
RGB
CMYK
RGB Variations
Color information
#B19D84 (or 0xB19D84) is known color: Bronco. HEX triplet: B1, 9D and 84. RGB value is (177,157,132). Sum of RGB (Red+Green+Blue) = 177+157+132=466 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.98% from 466); Green value is 157 (61.72% from 255 or 33.69% from 466); Blue value is 132 (51.95% from 255 or 28.33% from 466); Max value from RGB is 177 - color contains mainly: red. Hex color #B19D84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19D84 is #4E627B. Grayscale: #A0A0A0. Windows color (decimal): -5137020 or 8691121. OLE color: 8691121.
HSL color Cylindrical-coordinate representation of color #B19D84: hue angle of 33.33º 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 #B19D84 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 157 | 132 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.31 |
| HSL | 33.33º | 0.22% | 0.61% | - |
| HSV(B) | 33.33º | 0.25% | 0.69% | - |
| XYZ | 34.35 | 35.13 | 26.8 | - |
| YUV | 160.13 | 112.13 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 157 | 132 | 0 | 0.11 | 0.25 | 0.31 | 33.33 | 0.22 | 0.61 |
| Hex | B1 | 9D | 84 | 0 | B | 19 | 1F | 21 | 16 | 3D |
| Octal | 261 | 235 | 204 | 0 | 13 | 31 | 37 | 41 | 26 | 75 |
| Binary | 10110001 | 10011101 | 10000100 | 0 | 1011 | 11001 | 11111 | 100001 | 10110 | 111101 |
Color Harmonies of #B19D84
Complementary color
Monochromatic Colors of #B19D84
Black with #B19D84
Text Example
Text Example
White with #B19D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19D84; }
p { color: rgb(177,157,132); }
H1.HeaderClassName
{
color: #B19D84;
}
.AnyTagClassName
{
color: #B19D84;
}
</style>
background-color css
<style>
a { background-color: #B19D84; }
a { background-color: rgb(177,157,132); }
div.DivClassName
{
background-color: #B19D84;
}
.BgClassName
{
background-color: #B19D84;
}
</style>
border-color css
<style>
span { border-color: #B19D84; }
span { border-color: rgb(177,157,132); }
td.TdClassName
{
border-color: #B19D84;
}
.TagClassName
{
border-color: #B19D84;
}
</style>