Shades of Bronco #B2A082
Tints of Bronco #B2A082
RGB
CMYK
RGB Variations
Color information
#B2A082 (or 0xB2A082) is known color: Bronco. HEX triplet: B2, A0 and 82. RGB value is (178,160,130). Sum of RGB (Red+Green+Blue) = 178+160+130=468 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.03% from 468); Green value is 160 (62.89% from 255 or 34.19% from 468); Blue value is 130 (51.17% from 255 or 27.78% from 468); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A082 is #4D5F7D. Grayscale: #A2A2A2. Windows color (decimal): -5070718 or 8560818. OLE color: 8560818.
HSL color Cylindrical-coordinate representation of color #B2A082: hue angle of 37.5º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B2A082 is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 160 | 130 | - |
| CMYK | 0 | 0.10 | 0.27 | 0.30 |
| HSL | 37.5º | 0.24% | 0.6% | - |
| HSV(B) | 37.5º | 0.27% | 0.7% | - |
| XYZ | 34.96 | 36.22 | 26.27 | - |
| YUV | 161.96 | 109.96 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 160 | 130 | 0 | 0.10 | 0.27 | 0.30 | 37.5 | 0.24 | 0.6 |
| Hex | B2 | A0 | 82 | 0 | A | 1B | 1E | 26 | 18 | 3C |
| Octal | 262 | 240 | 202 | 0 | 12 | 33 | 36 | 46 | 30 | 74 |
| Binary | 10110010 | 10100000 | 10000010 | 0 | 1010 | 11011 | 11110 | 100110 | 11000 | 111100 |
Color Harmonies of #B2A082
Complementary color
Monochromatic Colors of #B2A082
Black with #B2A082
Text Example
Text Example
White with #B2A082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A082; }
p { color: rgb(178,160,130); }
H1.HeaderClassName
{
color: #B2A082;
}
.AnyTagClassName
{
color: #B2A082;
}
</style>
background-color css
<style>
a { background-color: #B2A082; }
a { background-color: rgb(178,160,130); }
div.DivClassName
{
background-color: #B2A082;
}
.BgClassName
{
background-color: #B2A082;
}
</style>
border-color css
<style>
span { border-color: #B2A082; }
span { border-color: rgb(178,160,130); }
td.TdClassName
{
border-color: #B2A082;
}
.TagClassName
{
border-color: #B2A082;
}
</style>