Shades of Chino #B1A98D
Tints of Chino #B1A98D
RGB
CMYK
RGB Variations
Color information
#B1A98D (or 0xB1A98D) is known color: Chino. HEX triplet: B1, A9 and 8D. RGB value is (177,169,141). Sum of RGB (Red+Green+Blue) = 177+169+141=487 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.34% from 487); Green value is 169 (66.41% from 255 or 34.70% from 487); Blue value is 141 (55.47% from 255 or 28.95% from 487); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A98D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A98D is #4E5672. Grayscale: #A8A8A8. Windows color (decimal): -5133939 or 9284017. OLE color: 9284017.
HSL color Cylindrical-coordinate representation of color #B1A98D: hue angle of 46.67º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B1A98D is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 169 | 141 | - |
| CMYK | 0 | 0.05 | 0.20 | 0.31 |
| HSL | 46.67º | 0.19% | 0.62% | - |
| HSV(B) | 46.67º | 0.2% | 0.69% | - |
| XYZ | 37.13 | 39.65 | 30.89 | - |
| YUV | 168.2 | 112.65 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 169 | 141 | 0 | 0.05 | 0.20 | 0.31 | 46.67 | 0.19 | 0.62 |
| Hex | B1 | A9 | 8D | 0 | 5 | 14 | 1F | 2F | 13 | 3E |
| Octal | 261 | 251 | 215 | 0 | 5 | 24 | 37 | 57 | 23 | 76 |
| Binary | 10110001 | 10101001 | 10001101 | 0 | 101 | 10100 | 11111 | 101111 | 10011 | 111110 |
Color Harmonies of #B1A98D
Complementary color
Monochromatic Colors of #B1A98D
Black with #B1A98D
Text Example
Text Example
White with #B1A98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A98D; }
p { color: rgb(177,169,141); }
H1.HeaderClassName
{
color: #B1A98D;
}
.AnyTagClassName
{
color: #B1A98D;
}
</style>
background-color css
<style>
a { background-color: #B1A98D; }
a { background-color: rgb(177,169,141); }
div.DivClassName
{
background-color: #B1A98D;
}
.BgClassName
{
background-color: #B1A98D;
}
</style>
border-color css
<style>
span { border-color: #B1A98D; }
span { border-color: rgb(177,169,141); }
td.TdClassName
{
border-color: #B1A98D;
}
.TagClassName
{
border-color: #B1A98D;
}
</style>