Shades of Bronco #B19976
Tints of Bronco #B19976
RGB
CMYK
RGB Variations
Color information
#B19976 (or 0xB19976) is known color: Bronco. HEX triplet: B1, 99 and 76. RGB value is (177,153,118). Sum of RGB (Red+Green+Blue) = 177+153+118=448 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.51% from 448); Green value is 153 (60.16% from 255 or 34.15% from 448); Blue value is 118 (46.48% from 255 or 26.34% from 448); Max value from RGB is 177 - color contains mainly: red. Hex color #B19976 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19976 is #4E6689. Grayscale: #9C9C9C. Windows color (decimal): -5138058 or 7772593. OLE color: 7772593.
HSL color Cylindrical-coordinate representation of color #B19976: hue angle of 35.59º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B19976 is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 153 | 118 | - |
| CMYK | 0 | 0.14 | 0.33 | 0.31 |
| HSL | 35.59º | 0.27% | 0.58% | - |
| HSV(B) | 35.59º | 0.33% | 0.69% | - |
| XYZ | 32.79 | 33.44 | 21.87 | - |
| YUV | 156.19 | 106.45 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 153 | 118 | 0 | 0.14 | 0.33 | 0.31 | 35.59 | 0.27 | 0.58 |
| Hex | B1 | 99 | 76 | 0 | E | 21 | 1F | 24 | 1B | 3A |
| Octal | 261 | 231 | 166 | 0 | 16 | 41 | 37 | 44 | 33 | 72 |
| Binary | 10110001 | 10011001 | 1110110 | 0 | 1110 | 100001 | 11111 | 100100 | 11011 | 111010 |
Color Harmonies of #B19976
Complementary color
Monochromatic Colors of #B19976
Black with #B19976
Text Example
Text Example
White with #B19976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19976; }
p { color: rgb(177,153,118); }
H1.HeaderClassName
{
color: #B19976;
}
.AnyTagClassName
{
color: #B19976;
}
</style>
background-color css
<style>
a { background-color: #B19976; }
a { background-color: rgb(177,153,118); }
div.DivClassName
{
background-color: #B19976;
}
.BgClassName
{
background-color: #B19976;
}
</style>
border-color css
<style>
span { border-color: #B19976; }
span { border-color: rgb(177,153,118); }
td.TdClassName
{
border-color: #B19976;
}
.TagClassName
{
border-color: #B19976;
}
</style>