Shades of Chino #B3A885
Tints of Chino #B3A885
RGB
CMYK
RGB Variations
Color information
#B3A885 (or 0xB3A885) is known color: Chino. HEX triplet: B3, A8 and 85. RGB value is (179,168,133). Sum of RGB (Red+Green+Blue) = 179+168+133=480 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.29% from 480); Green value is 168 (66.02% from 255 or 35% from 480); Blue value is 133 (52.34% from 255 or 27.71% from 480); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A885 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A885 is #4C577A. Grayscale: #A7A7A7. Windows color (decimal): -5003131 or 8759475. OLE color: 8759475.
HSL color Cylindrical-coordinate representation of color #B3A885: hue angle of 45.65º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B3A885 is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 168 | 133 | - |
| CMYK | 0 | 0.06 | 0.26 | 0.30 |
| HSL | 45.65º | 0.23% | 0.61% | - |
| HSV(B) | 45.65º | 0.26% | 0.7% | - |
| XYZ | 36.83 | 39.28 | 27.83 | - |
| YUV | 167.3 | 108.64 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 168 | 133 | 0 | 0.06 | 0.26 | 0.30 | 45.65 | 0.23 | 0.61 |
| Hex | B3 | A8 | 85 | 0 | 6 | 1A | 1E | 2E | 17 | 3D |
| Octal | 263 | 250 | 205 | 0 | 6 | 32 | 36 | 56 | 27 | 75 |
| Binary | 10110011 | 10101000 | 10000101 | 0 | 110 | 11010 | 11110 | 101110 | 10111 | 111101 |
Color Harmonies of #B3A885
Complementary color
Monochromatic Colors of #B3A885
Black with #B3A885
Text Example
Text Example
White with #B3A885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A885; }
p { color: rgb(179,168,133); }
H1.HeaderClassName
{
color: #B3A885;
}
.AnyTagClassName
{
color: #B3A885;
}
</style>
background-color css
<style>
a { background-color: #B3A885; }
a { background-color: rgb(179,168,133); }
div.DivClassName
{
background-color: #B3A885;
}
.BgClassName
{
background-color: #B3A885;
}
</style>
border-color css
<style>
span { border-color: #B3A885; }
span { border-color: rgb(179,168,133); }
td.TdClassName
{
border-color: #B3A885;
}
.TagClassName
{
border-color: #B3A885;
}
</style>