Shades of Chino #B3AD88
Tints of Chino #B3AD88
RGB
CMYK
RGB Variations
Color information
#B3AD88 (or 0xB3AD88) is known color: Chino. HEX triplet: B3, AD and 88. RGB value is (179,173,136). Sum of RGB (Red+Green+Blue) = 179+173+136=488 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.68% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 136 (53.52% from 255 or 27.87% from 488); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AD88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3AD88 is #4C5277. Grayscale: #AAAAAA. Windows color (decimal): -5001848 or 8957363. OLE color: 8957363.
HSL color Cylindrical-coordinate representation of color #B3AD88: hue angle of 51.63º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3AD88 is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 173 | 136 | - |
| CMYK | 0 | 0.03 | 0.24 | 0.30 |
| HSL | 51.63º | 0.22% | 0.62% | - |
| HSV(B) | 51.63º | 0.24% | 0.7% | - |
| XYZ | 37.98 | 41.25 | 29.25 | - |
| YUV | 170.58 | 108.49 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 173 | 136 | 0 | 0.03 | 0.24 | 0.30 | 51.63 | 0.22 | 0.62 |
| Hex | B3 | AD | 88 | 0 | 3 | 18 | 1E | 34 | 16 | 3E |
| Octal | 263 | 255 | 210 | 0 | 3 | 30 | 36 | 64 | 26 | 76 |
| Binary | 10110011 | 10101101 | 10001000 | 0 | 11 | 11000 | 11110 | 110100 | 10110 | 111110 |
Color Harmonies of #B3AD88
Complementary color
Monochromatic Colors of #B3AD88
Black with #B3AD88
Text Example
Text Example
White with #B3AD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3AD88; }
p { color: rgb(179,173,136); }
H1.HeaderClassName
{
color: #B3AD88;
}
.AnyTagClassName
{
color: #B3AD88;
}
</style>
background-color css
<style>
a { background-color: #B3AD88; }
a { background-color: rgb(179,173,136); }
div.DivClassName
{
background-color: #B3AD88;
}
.BgClassName
{
background-color: #B3AD88;
}
</style>
border-color css
<style>
span { border-color: #B3AD88; }
span { border-color: rgb(179,173,136); }
td.TdClassName
{
border-color: #B3AD88;
}
.TagClassName
{
border-color: #B3AD88;
}
</style>