Shades of Chino #B1A687
Tints of Chino #B1A687
RGB
CMYK
RGB Variations
Color information
#B1A687 (or 0xB1A687) is known color: Chino. HEX triplet: B1, A6 and 87. RGB value is (177,166,135). Sum of RGB (Red+Green+Blue) = 177+166+135=478 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.03% from 478); Green value is 166 (65.23% from 255 or 34.73% from 478); Blue value is 135 (53.12% from 255 or 28.24% from 478); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A687 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A687 is #4E5978. Grayscale: #A5A5A5. Windows color (decimal): -5134713 or 8890033. OLE color: 8890033.
HSL color Cylindrical-coordinate representation of color #B1A687: hue angle of 44.29º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B1A687 is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 166 | 135 | - |
| CMYK | 0 | 0.06 | 0.24 | 0.31 |
| HSL | 44.29º | 0.21% | 0.61% | - |
| HSV(B) | 44.29º | 0.24% | 0.69% | - |
| XYZ | 36.14 | 38.37 | 28.42 | - |
| YUV | 165.76 | 110.64 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 166 | 135 | 0 | 0.06 | 0.24 | 0.31 | 44.29 | 0.21 | 0.61 |
| Hex | B1 | A6 | 87 | 0 | 6 | 18 | 1F | 2C | 15 | 3D |
| Octal | 261 | 246 | 207 | 0 | 6 | 30 | 37 | 54 | 25 | 75 |
| Binary | 10110001 | 10100110 | 10000111 | 0 | 110 | 11000 | 11111 | 101100 | 10101 | 111101 |
Color Harmonies of #B1A687
Complementary color
Monochromatic Colors of #B1A687
Black with #B1A687
Text Example
Text Example
White with #B1A687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A687; }
p { color: rgb(177,166,135); }
H1.HeaderClassName
{
color: #B1A687;
}
.AnyTagClassName
{
color: #B1A687;
}
</style>
background-color css
<style>
a { background-color: #B1A687; }
a { background-color: rgb(177,166,135); }
div.DivClassName
{
background-color: #B1A687;
}
.BgClassName
{
background-color: #B1A687;
}
</style>
border-color css
<style>
span { border-color: #B1A687; }
span { border-color: rgb(177,166,135); }
td.TdClassName
{
border-color: #B1A687;
}
.TagClassName
{
border-color: #B1A687;
}
</style>