Shades of Chino #B1A688
Tints of Chino #B1A688
RGB
CMYK
RGB Variations
Color information
#B1A688 (or 0xB1A688) is known color: Chino. HEX triplet: B1, A6 and 88. RGB value is (177,166,136). Sum of RGB (Red+Green+Blue) = 177+166+136=479 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.95% from 479); Green value is 166 (65.23% from 255 or 34.66% from 479); Blue value is 136 (53.52% from 255 or 28.39% from 479); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A688 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A688 is #4E5977. Grayscale: #A6A6A6. Windows color (decimal): -5134712 or 8955569. OLE color: 8955569.
HSL color Cylindrical-coordinate representation of color #B1A688: hue angle of 43.9º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B1A688 is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 166 | 136 | - |
| CMYK | 0 | 0.06 | 0.23 | 0.31 |
| HSL | 43.9º | 0.21% | 0.61% | - |
| HSV(B) | 43.9º | 0.23% | 0.69% | - |
| XYZ | 36.21 | 38.4 | 28.8 | - |
| YUV | 165.87 | 111.14 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 166 | 136 | 0 | 0.06 | 0.23 | 0.31 | 43.9 | 0.21 | 0.61 |
| Hex | B1 | A6 | 88 | 0 | 6 | 17 | 1F | 2C | 15 | 3D |
| Octal | 261 | 246 | 210 | 0 | 6 | 27 | 37 | 54 | 25 | 75 |
| Binary | 10110001 | 10100110 | 10001000 | 0 | 110 | 10111 | 11111 | 101100 | 10101 | 111101 |
Color Harmonies of #B1A688
Complementary color
Monochromatic Colors of #B1A688
Black with #B1A688
Text Example
Text Example
White with #B1A688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A688; }
p { color: rgb(177,166,136); }
H1.HeaderClassName
{
color: #B1A688;
}
.AnyTagClassName
{
color: #B1A688;
}
</style>
background-color css
<style>
a { background-color: #B1A688; }
a { background-color: rgb(177,166,136); }
div.DivClassName
{
background-color: #B1A688;
}
.BgClassName
{
background-color: #B1A688;
}
</style>
border-color css
<style>
span { border-color: #B1A688; }
span { border-color: rgb(177,166,136); }
td.TdClassName
{
border-color: #B1A688;
}
.TagClassName
{
border-color: #B1A688;
}
</style>