Shades of Chino #B4AB8A
Tints of Chino #B4AB8A
RGB
CMYK
RGB Variations
Color information
#B4AB8A (or 0xB4AB8A) is known color: Chino. HEX triplet: B4, AB and 8A. RGB value is (180,171,138). Sum of RGB (Red+Green+Blue) = 180+171+138=489 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.81% from 489); Green value is 171 (67.19% from 255 or 34.97% from 489); Blue value is 138 (54.30% from 255 or 28.22% from 489); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AB8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AB8A is #4B5475. Grayscale: #AAAAAA. Windows color (decimal): -4936822 or 9087924. OLE color: 9087924.
HSL color Cylindrical-coordinate representation of color #B4AB8A: hue angle of 47.14º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B4AB8A is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 171 | 138 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.29 |
| HSL | 47.14º | 0.22% | 0.62% | - |
| HSV(B) | 47.14º | 0.23% | 0.71% | - |
| XYZ | 37.97 | 40.66 | 29.89 | - |
| YUV | 169.93 | 109.98 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 171 | 138 | 0 | 0.05 | 0.23 | 0.29 | 47.14 | 0.22 | 0.62 |
| Hex | B4 | AB | 8A | 0 | 5 | 17 | 1D | 2F | 16 | 3E |
| Octal | 264 | 253 | 212 | 0 | 5 | 27 | 35 | 57 | 26 | 76 |
| Binary | 10110100 | 10101011 | 10001010 | 0 | 101 | 10111 | 11101 | 101111 | 10110 | 111110 |
Color Harmonies of #B4AB8A
Complementary color
Monochromatic Colors of #B4AB8A
Black with #B4AB8A
Text Example
Text Example
White with #B4AB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4AB8A; }
p { color: rgb(180,171,138); }
H1.HeaderClassName
{
color: #B4AB8A;
}
.AnyTagClassName
{
color: #B4AB8A;
}
</style>
background-color css
<style>
a { background-color: #B4AB8A; }
a { background-color: rgb(180,171,138); }
div.DivClassName
{
background-color: #B4AB8A;
}
.BgClassName
{
background-color: #B4AB8A;
}
</style>
border-color css
<style>
span { border-color: #B4AB8A; }
span { border-color: rgb(180,171,138); }
td.TdClassName
{
border-color: #B4AB8A;
}
.TagClassName
{
border-color: #B4AB8A;
}
</style>