Shades of Chino #B3AB8A
Tints of Chino #B3AB8A
RGB
CMYK
RGB Variations
Color information
#B3AB8A (or 0xB3AB8A) is known color: Chino. HEX triplet: B3, AB and 8A. RGB value is (179,171,138). Sum of RGB (Red+Green+Blue) = 179+171+138=488 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.68% from 488); Green value is 171 (67.19% from 255 or 35.04% from 488); Blue value is 138 (54.30% from 255 or 28.28% from 488); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AB8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3AB8A is #4C5475. Grayscale: #A9A9A9. Windows color (decimal): -5002358 or 9087923. OLE color: 9087923.
HSL color Cylindrical-coordinate representation of color #B3AB8A: hue angle of 48.29º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B3AB8A is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 171 | 138 | - |
| CMYK | 0 | 0.04 | 0.23 | 0.30 |
| HSL | 48.29º | 0.21% | 0.62% | - |
| HSV(B) | 48.29º | 0.23% | 0.7% | - |
| XYZ | 37.74 | 40.54 | 29.88 | - |
| YUV | 169.63 | 110.15 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 171 | 138 | 0 | 0.04 | 0.23 | 0.30 | 48.29 | 0.21 | 0.62 |
| Hex | B3 | AB | 8A | 0 | 4 | 17 | 1E | 30 | 15 | 3E |
| Octal | 263 | 253 | 212 | 0 | 4 | 27 | 36 | 60 | 25 | 76 |
| Binary | 10110011 | 10101011 | 10001010 | 0 | 100 | 10111 | 11110 | 110000 | 10101 | 111110 |
Color Harmonies of #B3AB8A
Complementary color
Monochromatic Colors of #B3AB8A
Black with #B3AB8A
Text Example
Text Example
White with #B3AB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3AB8A; }
p { color: rgb(179,171,138); }
H1.HeaderClassName
{
color: #B3AB8A;
}
.AnyTagClassName
{
color: #B3AB8A;
}
</style>
background-color css
<style>
a { background-color: #B3AB8A; }
a { background-color: rgb(179,171,138); }
div.DivClassName
{
background-color: #B3AB8A;
}
.BgClassName
{
background-color: #B3AB8A;
}
</style>
border-color css
<style>
span { border-color: #B3AB8A; }
span { border-color: rgb(179,171,138); }
td.TdClassName
{
border-color: #B3AB8A;
}
.TagClassName
{
border-color: #B3AB8A;
}
</style>