Shades of Chino #B0A78B
Tints of Chino #B0A78B
RGB
CMYK
RGB Variations
Color information
#B0A78B (or 0xB0A78B) is known color: Chino. HEX triplet: B0, A7 and 8B. RGB value is (176,167,139). Sum of RGB (Red+Green+Blue) = 176+167+139=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 167 (65.62% from 255 or 34.65% from 482); Blue value is 139 (54.69% from 255 or 28.84% from 482); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A78B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A78B is #4F5874. Grayscale: #A6A6A6. Windows color (decimal): -5199989 or 9152432. OLE color: 9152432.
HSL color Cylindrical-coordinate representation of color #B0A78B: 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 #B0A78B is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 167 | 139 | - |
| 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.38 | 38.73 | 29.98 | - |
| YUV | 166.5 | 112.48 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 167 | 139 | 0 | 0.05 | 0.21 | 0.31 | 45.41 | 0.19 | 0.62 |
| Hex | B0 | A7 | 8B | 0 | 5 | 15 | 1F | 2D | 13 | 3E |
| Octal | 260 | 247 | 213 | 0 | 5 | 25 | 37 | 55 | 23 | 76 |
| Binary | 10110000 | 10100111 | 10001011 | 0 | 101 | 10101 | 11111 | 101101 | 10011 | 111110 |
Color Harmonies of #B0A78B
Complementary color
Monochromatic Colors of #B0A78B
Black with #B0A78B
Text Example
Text Example
White with #B0A78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A78B; }
p { color: rgb(176,167,139); }
H1.HeaderClassName
{
color: #B0A78B;
}
.AnyTagClassName
{
color: #B0A78B;
}
</style>
background-color css
<style>
a { background-color: #B0A78B; }
a { background-color: rgb(176,167,139); }
div.DivClassName
{
background-color: #B0A78B;
}
.BgClassName
{
background-color: #B0A78B;
}
</style>
border-color css
<style>
span { border-color: #B0A78B; }
span { border-color: rgb(176,167,139); }
td.TdClassName
{
border-color: #B0A78B;
}
.TagClassName
{
border-color: #B0A78B;
}
</style>