Shades of Chino #B0A88D
Tints of Chino #B0A88D
RGB
CMYK
RGB Variations
Color information
#B0A88D (or 0xB0A88D) is known color: Chino. HEX triplet: B0, A8 and 8D. RGB value is (176,168,141). Sum of RGB (Red+Green+Blue) = 176+168+141=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 168 (66.02% from 255 or 34.64% from 485); Blue value is 141 (55.47% from 255 or 29.07% from 485); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A88D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A88D is #4F5772. Grayscale: #A7A7A7. Windows color (decimal): -5199731 or 9283760. OLE color: 9283760.
HSL color Cylindrical-coordinate representation of color #B0A88D: hue angle of 46.29º degrees, saturation: 0.18, 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 #B0A88D is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 168 | 141 | - |
| CMYK | 0 | 0.05 | 0.20 | 0.31 |
| HSL | 46.29º | 0.18% | 0.62% | - |
| HSV(B) | 46.29º | 0.2% | 0.69% | - |
| XYZ | 36.71 | 39.16 | 30.82 | - |
| YUV | 167.31 | 113.15 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 168 | 141 | 0 | 0.05 | 0.20 | 0.31 | 46.29 | 0.18 | 0.62 |
| Hex | B0 | A8 | 8D | 0 | 5 | 14 | 1F | 2E | 12 | 3E |
| Octal | 260 | 250 | 215 | 0 | 5 | 24 | 37 | 56 | 22 | 76 |
| Binary | 10110000 | 10101000 | 10001101 | 0 | 101 | 10100 | 11111 | 101110 | 10010 | 111110 |
Color Harmonies of #B0A88D
Complementary color
Monochromatic Colors of #B0A88D
Black with #B0A88D
Text Example
Text Example
White with #B0A88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A88D; }
p { color: rgb(176,168,141); }
H1.HeaderClassName
{
color: #B0A88D;
}
.AnyTagClassName
{
color: #B0A88D;
}
</style>
background-color css
<style>
a { background-color: #B0A88D; }
a { background-color: rgb(176,168,141); }
div.DivClassName
{
background-color: #B0A88D;
}
.BgClassName
{
background-color: #B0A88D;
}
</style>
border-color css
<style>
span { border-color: #B0A88D; }
span { border-color: rgb(176,168,141); }
td.TdClassName
{
border-color: #B0A88D;
}
.TagClassName
{
border-color: #B0A88D;
}
</style>