Shades of Bronco #B1A07F
Tints of Bronco #B1A07F
RGB
CMYK
RGB Variations
Color information
#B1A07F (or 0xB1A07F) is known color: Bronco. HEX triplet: B1, A0 and 7F. RGB value is (177,160,127). Sum of RGB (Red+Green+Blue) = 177+160+127=464 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.15% from 464); Green value is 160 (62.89% from 255 or 34.48% from 464); Blue value is 127 (50% from 255 or 27.37% from 464); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A07F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A07F is #4E5F80. Grayscale: #A1A1A1. Windows color (decimal): -5136257 or 8364209. OLE color: 8364209.
HSL color Cylindrical-coordinate representation of color #B1A07F: hue angle of 39.6º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B1A07F is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 160 | 127 | - |
| CMYK | 0 | 0.10 | 0.28 | 0.31 |
| HSL | 39.6º | 0.24% | 0.6% | - |
| HSV(B) | 39.6º | 0.28% | 0.69% | - |
| XYZ | 34.53 | 36.02 | 25.21 | - |
| YUV | 161.32 | 108.63 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 160 | 127 | 0 | 0.10 | 0.28 | 0.31 | 39.6 | 0.24 | 0.6 |
| Hex | B1 | A0 | 7F | 0 | A | 1C | 1F | 28 | 18 | 3C |
| Octal | 261 | 240 | 177 | 0 | 12 | 34 | 37 | 50 | 30 | 74 |
| Binary | 10110001 | 10100000 | 1111111 | 0 | 1010 | 11100 | 11111 | 101000 | 11000 | 111100 |
Color Harmonies of #B1A07F
Complementary color
Monochromatic Colors of #B1A07F
Black with #B1A07F
Text Example
Text Example
White with #B1A07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A07F; }
p { color: rgb(177,160,127); }
H1.HeaderClassName
{
color: #B1A07F;
}
.AnyTagClassName
{
color: #B1A07F;
}
</style>
background-color css
<style>
a { background-color: #B1A07F; }
a { background-color: rgb(177,160,127); }
div.DivClassName
{
background-color: #B1A07F;
}
.BgClassName
{
background-color: #B1A07F;
}
</style>
border-color css
<style>
span { border-color: #B1A07F; }
span { border-color: rgb(177,160,127); }
td.TdClassName
{
border-color: #B1A07F;
}
.TagClassName
{
border-color: #B1A07F;
}
</style>