Shades of Bronco #B3A07B
Tints of Bronco #B3A07B
RGB
CMYK
RGB Variations
Color information
#B3A07B (or 0xB3A07B) is known color: Bronco. HEX triplet: B3, A0 and 7B. RGB value is (179,160,123). Sum of RGB (Red+Green+Blue) = 179+160+123=462 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.74% from 462); Green value is 160 (62.89% from 255 or 34.63% from 462); Blue value is 123 (48.44% from 255 or 26.62% from 462); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A07B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A07B is #4C5F84. Grayscale: #A1A1A1. Windows color (decimal): -5005189 or 8102067. OLE color: 8102067.
HSL color Cylindrical-coordinate representation of color #B3A07B: hue angle of 39.64º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B3A07B is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 160 | 123 | - |
| CMYK | 0 | 0.11 | 0.31 | 0.30 |
| HSL | 39.64º | 0.27% | 0.59% | - |
| HSV(B) | 39.64º | 0.31% | 0.7% | - |
| XYZ | 34.74 | 36.16 | 23.89 | - |
| YUV | 161.46 | 106.29 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 160 | 123 | 0 | 0.11 | 0.31 | 0.30 | 39.64 | 0.27 | 0.59 |
| Hex | B3 | A0 | 7B | 0 | B | 1F | 1E | 28 | 1B | 3B |
| Octal | 263 | 240 | 173 | 0 | 13 | 37 | 36 | 50 | 33 | 73 |
| Binary | 10110011 | 10100000 | 1111011 | 0 | 1011 | 11111 | 11110 | 101000 | 11011 | 111011 |
Color Harmonies of #B3A07B
Complementary color
Monochromatic Colors of #B3A07B
Black with #B3A07B
Text Example
Text Example
White with #B3A07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A07B; }
p { color: rgb(179,160,123); }
H1.HeaderClassName
{
color: #B3A07B;
}
.AnyTagClassName
{
color: #B3A07B;
}
</style>
background-color css
<style>
a { background-color: #B3A07B; }
a { background-color: rgb(179,160,123); }
div.DivClassName
{
background-color: #B3A07B;
}
.BgClassName
{
background-color: #B3A07B;
}
</style>
border-color css
<style>
span { border-color: #B3A07B; }
span { border-color: rgb(179,160,123); }
td.TdClassName
{
border-color: #B3A07B;
}
.TagClassName
{
border-color: #B3A07B;
}
</style>