Shades of Bronco #B19873
Tints of Bronco #B19873
RGB
CMYK
RGB Variations
Color information
#B19873 (or 0xB19873) is known color: Bronco. HEX triplet: B1, 98 and 73. RGB value is (177,152,115). Sum of RGB (Red+Green+Blue) = 177+152+115=444 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.86% from 444); Green value is 152 (59.77% from 255 or 34.23% from 444); Blue value is 115 (45.31% from 255 or 25.90% from 444); Max value from RGB is 177 - color contains mainly: red. Hex color #B19873 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19873 is #4E678C. Grayscale: #9B9B9B. Windows color (decimal): -5138317 or 7575729. OLE color: 7575729.
HSL color Cylindrical-coordinate representation of color #B19873: hue angle of 35.81º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B19873 is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 152 | 115 | - |
| CMYK | 0 | 0.14 | 0.35 | 0.31 |
| HSL | 35.81º | 0.28% | 0.57% | - |
| HSV(B) | 35.81º | 0.35% | 0.69% | - |
| XYZ | 32.45 | 33.04 | 20.89 | - |
| YUV | 155.26 | 105.28 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 152 | 115 | 0 | 0.14 | 0.35 | 0.31 | 35.81 | 0.28 | 0.57 |
| Hex | B1 | 98 | 73 | 0 | E | 23 | 1F | 24 | 1C | 39 |
| Octal | 261 | 230 | 163 | 0 | 16 | 43 | 37 | 44 | 34 | 71 |
| Binary | 10110001 | 10011000 | 1110011 | 0 | 1110 | 100011 | 11111 | 100100 | 11100 | 111001 |
Color Harmonies of #B19873
Complementary color
Monochromatic Colors of #B19873
Black with #B19873
Text Example
Text Example
White with #B19873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19873; }
p { color: rgb(177,152,115); }
H1.HeaderClassName
{
color: #B19873;
}
.AnyTagClassName
{
color: #B19873;
}
</style>
background-color css
<style>
a { background-color: #B19873; }
a { background-color: rgb(177,152,115); }
div.DivClassName
{
background-color: #B19873;
}
.BgClassName
{
background-color: #B19873;
}
</style>
border-color css
<style>
span { border-color: #B19873; }
span { border-color: rgb(177,152,115); }
td.TdClassName
{
border-color: #B19873;
}
.TagClassName
{
border-color: #B19873;
}
</style>