Shades of Chino #B4A98D
Tints of Chino #B4A98D
RGB
CMYK
RGB Variations
Color information
#B4A98D (or 0xB4A98D) is known color: Chino. HEX triplet: B4, A9 and 8D. RGB value is (180,169,141). Sum of RGB (Red+Green+Blue) = 180+169+141=490 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.73% from 490); Green value is 169 (66.41% from 255 or 34.49% from 490); Blue value is 141 (55.47% from 255 or 28.78% from 490); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A98D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A98D is #4B5672. Grayscale: #A9A9A9. Windows color (decimal): -4937331 or 9284020. OLE color: 9284020.
HSL color Cylindrical-coordinate representation of color #B4A98D: hue angle of 43.08º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B4A98D is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 169 | 141 | - |
| CMYK | 0 | 0.06 | 0.22 | 0.29 |
| HSL | 43.08º | 0.21% | 0.63% | - |
| HSV(B) | 43.08º | 0.22% | 0.71% | - |
| XYZ | 37.82 | 40 | 30.93 | - |
| YUV | 169.1 | 112.14 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 169 | 141 | 0 | 0.06 | 0.22 | 0.29 | 43.08 | 0.21 | 0.63 |
| Hex | B4 | A9 | 8D | 0 | 6 | 16 | 1D | 2B | 15 | 3F |
| Octal | 264 | 251 | 215 | 0 | 6 | 26 | 35 | 53 | 25 | 77 |
| Binary | 10110100 | 10101001 | 10001101 | 0 | 110 | 10110 | 11101 | 101011 | 10101 | 111111 |
Color Harmonies of #B4A98D
Complementary color
Monochromatic Colors of #B4A98D
Black with #B4A98D
Text Example
Text Example
White with #B4A98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A98D; }
p { color: rgb(180,169,141); }
H1.HeaderClassName
{
color: #B4A98D;
}
.AnyTagClassName
{
color: #B4A98D;
}
</style>
background-color css
<style>
a { background-color: #B4A98D; }
a { background-color: rgb(180,169,141); }
div.DivClassName
{
background-color: #B4A98D;
}
.BgClassName
{
background-color: #B4A98D;
}
</style>
border-color css
<style>
span { border-color: #B4A98D; }
span { border-color: rgb(180,169,141); }
td.TdClassName
{
border-color: #B4A98D;
}
.TagClassName
{
border-color: #B4A98D;
}
</style>