Shades of Chino #B1A88C
Tints of Chino #B1A88C
RGB
CMYK
RGB Variations
Color information
#B1A88C (or 0xB1A88C) is known color: Chino. HEX triplet: B1, A8 and 8C. RGB value is (177,168,140). Sum of RGB (Red+Green+Blue) = 177+168+140=485 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.49% from 485); Green value is 168 (66.02% from 255 or 34.64% from 485); Blue value is 140 (55.08% from 255 or 28.87% from 485); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A88C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A88C is #4E5773. Grayscale: #A7A7A7. Windows color (decimal): -5134196 or 9218225. OLE color: 9218225.
HSL color Cylindrical-coordinate representation of color #B1A88C: hue angle of 45.41º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B1A88C is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 168 | 140 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.31 |
| HSL | 45.41º | 0.19% | 0.62% | - |
| HSV(B) | 45.41º | 0.21% | 0.69% | - |
| XYZ | 36.87 | 39.25 | 30.44 | - |
| YUV | 167.5 | 112.48 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 168 | 140 | 0 | 0.05 | 0.21 | 0.31 | 45.41 | 0.19 | 0.62 |
| Hex | B1 | A8 | 8C | 0 | 5 | 15 | 1F | 2D | 13 | 3E |
| Octal | 261 | 250 | 214 | 0 | 5 | 25 | 37 | 55 | 23 | 76 |
| Binary | 10110001 | 10101000 | 10001100 | 0 | 101 | 10101 | 11111 | 101101 | 10011 | 111110 |
Color Harmonies of #B1A88C
Complementary color
Monochromatic Colors of #B1A88C
Black with #B1A88C
Text Example
Text Example
White with #B1A88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A88C; }
p { color: rgb(177,168,140); }
H1.HeaderClassName
{
color: #B1A88C;
}
.AnyTagClassName
{
color: #B1A88C;
}
</style>
background-color css
<style>
a { background-color: #B1A88C; }
a { background-color: rgb(177,168,140); }
div.DivClassName
{
background-color: #B1A88C;
}
.BgClassName
{
background-color: #B1A88C;
}
</style>
border-color css
<style>
span { border-color: #B1A88C; }
span { border-color: rgb(177,168,140); }
td.TdClassName
{
border-color: #B1A88C;
}
.TagClassName
{
border-color: #B1A88C;
}
</style>