Shades of Chino #B3A981
Tints of Chino #B3A981
RGB
CMYK
RGB Variations
Color information
#B3A981 (or 0xB3A981) is known color: Chino. HEX triplet: B3, A9 and 81. RGB value is (179,169,129). Sum of RGB (Red+Green+Blue) = 179+169+129=477 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.53% from 477); Green value is 169 (66.41% from 255 or 35.43% from 477); Blue value is 129 (50.78% from 255 or 27.04% from 477); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A981 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A981 is #4C567E. Grayscale: #A7A7A7. Windows color (decimal): -5002879 or 8497587. OLE color: 8497587.
HSL color Cylindrical-coordinate representation of color #B3A981: hue angle of 48º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B3A981 is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 169 | 129 | - |
| CMYK | 0 | 0.06 | 0.28 | 0.30 |
| HSL | 48º | 0.25% | 0.6% | - |
| HSV(B) | 48º | 0.28% | 0.7% | - |
| XYZ | 36.74 | 39.54 | 26.47 | - |
| YUV | 167.43 | 106.31 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 169 | 129 | 0 | 0.06 | 0.28 | 0.30 | 48 | 0.25 | 0.6 |
| Hex | B3 | A9 | 81 | 0 | 6 | 1C | 1E | 30 | 19 | 3C |
| Octal | 263 | 251 | 201 | 0 | 6 | 34 | 36 | 60 | 31 | 74 |
| Binary | 10110011 | 10101001 | 10000001 | 0 | 110 | 11100 | 11110 | 110000 | 11001 | 111100 |
Color Harmonies of #B3A981
Complementary color
Monochromatic Colors of #B3A981
Black with #B3A981
Text Example
Text Example
White with #B3A981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A981; }
p { color: rgb(179,169,129); }
H1.HeaderClassName
{
color: #B3A981;
}
.AnyTagClassName
{
color: #B3A981;
}
</style>
background-color css
<style>
a { background-color: #B3A981; }
a { background-color: rgb(179,169,129); }
div.DivClassName
{
background-color: #B3A981;
}
.BgClassName
{
background-color: #B3A981;
}
</style>
border-color css
<style>
span { border-color: #B3A981; }
span { border-color: rgb(179,169,129); }
td.TdClassName
{
border-color: #B3A981;
}
.TagClassName
{
border-color: #B3A981;
}
</style>