Shades of Chino #B4AA8B
Tints of Chino #B4AA8B
RGB
CMYK
RGB Variations
Color information
#B4AA8B (or 0xB4AA8B) is known color: Chino. HEX triplet: B4, AA and 8B. RGB value is (180,170,139). Sum of RGB (Red+Green+Blue) = 180+170+139=489 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.81% from 489); Green value is 170 (66.80% from 255 or 34.76% from 489); Blue value is 139 (54.69% from 255 or 28.43% from 489); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AA8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AA8B is #4B5574. Grayscale: #A9A9A9. Windows color (decimal): -4937077 or 9153204. OLE color: 9153204.
HSL color Cylindrical-coordinate representation of color #B4AA8B: hue angle of 45.37º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B4AA8B is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 170 | 139 | - |
| CMYK | 0 | 0.06 | 0.23 | 0.29 |
| HSL | 45.37º | 0.21% | 0.63% | - |
| HSV(B) | 45.37º | 0.23% | 0.71% | - |
| XYZ | 37.86 | 40.32 | 30.21 | - |
| YUV | 169.46 | 110.81 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 170 | 139 | 0 | 0.06 | 0.23 | 0.29 | 45.37 | 0.21 | 0.63 |
| Hex | B4 | AA | 8B | 0 | 6 | 17 | 1D | 2D | 15 | 3F |
| Octal | 264 | 252 | 213 | 0 | 6 | 27 | 35 | 55 | 25 | 77 |
| Binary | 10110100 | 10101010 | 10001011 | 0 | 110 | 10111 | 11101 | 101101 | 10101 | 111111 |
Color Harmonies of #B4AA8B
Complementary color
Monochromatic Colors of #B4AA8B
Black with #B4AA8B
Text Example
Text Example
White with #B4AA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4AA8B; }
p { color: rgb(180,170,139); }
H1.HeaderClassName
{
color: #B4AA8B;
}
.AnyTagClassName
{
color: #B4AA8B;
}
</style>
background-color css
<style>
a { background-color: #B4AA8B; }
a { background-color: rgb(180,170,139); }
div.DivClassName
{
background-color: #B4AA8B;
}
.BgClassName
{
background-color: #B4AA8B;
}
</style>
border-color css
<style>
span { border-color: #B4AA8B; }
span { border-color: rgb(180,170,139); }
td.TdClassName
{
border-color: #B4AA8B;
}
.TagClassName
{
border-color: #B4AA8B;
}
</style>