Shades of Chino #B3AB85
Tints of Chino #B3AB85
RGB
CMYK
RGB Variations
Color information
#B3AB85 (or 0xB3AB85) is known color: Chino. HEX triplet: B3, AB and 85. RGB value is (179,171,133). Sum of RGB (Red+Green+Blue) = 179+171+133=483 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.06% from 483); Green value is 171 (67.19% from 255 or 35.40% from 483); Blue value is 133 (52.34% from 255 or 27.54% from 483); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AB85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3AB85 is #4C547A. Grayscale: #A9A9A9. Windows color (decimal): -5002363 or 8760243. OLE color: 8760243.
HSL color Cylindrical-coordinate representation of color #B3AB85: hue angle of 49.57º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B3AB85 is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 171 | 133 | - |
| CMYK | 0 | 0.04 | 0.26 | 0.30 |
| HSL | 49.57º | 0.23% | 0.61% | - |
| HSV(B) | 49.57º | 0.26% | 0.7% | - |
| XYZ | 37.39 | 40.4 | 28.02 | - |
| YUV | 169.06 | 107.65 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 171 | 133 | 0 | 0.04 | 0.26 | 0.30 | 49.57 | 0.23 | 0.61 |
| Hex | B3 | AB | 85 | 0 | 4 | 1A | 1E | 32 | 17 | 3D |
| Octal | 263 | 253 | 205 | 0 | 4 | 32 | 36 | 62 | 27 | 75 |
| Binary | 10110011 | 10101011 | 10000101 | 0 | 100 | 11010 | 11110 | 110010 | 10111 | 111101 |
Color Harmonies of #B3AB85
Complementary color
Monochromatic Colors of #B3AB85
Black with #B3AB85
Text Example
Text Example
White with #B3AB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3AB85; }
p { color: rgb(179,171,133); }
H1.HeaderClassName
{
color: #B3AB85;
}
.AnyTagClassName
{
color: #B3AB85;
}
</style>
background-color css
<style>
a { background-color: #B3AB85; }
a { background-color: rgb(179,171,133); }
div.DivClassName
{
background-color: #B3AB85;
}
.BgClassName
{
background-color: #B3AB85;
}
</style>
border-color css
<style>
span { border-color: #B3AB85; }
span { border-color: rgb(179,171,133); }
td.TdClassName
{
border-color: #B3AB85;
}
.TagClassName
{
border-color: #B3AB85;
}
</style>