Shades of Chino #B5AD88
Tints of Chino #B5AD88
RGB
CMYK
RGB Variations
Color information
#B5AD88 (or 0xB5AD88) is known color: Chino. HEX triplet: B5, AD and 88. RGB value is (181,173,136). Sum of RGB (Red+Green+Blue) = 181+173+136=490 (64% of max value = 765). Red value is 181 (71.09% from 255 or 36.94% from 490); Green value is 173 (67.97% from 255 or 35.31% from 490); Blue value is 136 (53.52% from 255 or 27.76% from 490); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AD88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AD88 is #4A5277. Grayscale: #ABABAB. Windows color (decimal): -4870776 or 8957365. OLE color: 8957365.
HSL color Cylindrical-coordinate representation of color #B5AD88: hue angle of 49.33º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B5AD88 is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 173 | 136 | - |
| CMYK | 0 | 0.04 | 0.25 | 0.29 |
| HSL | 49.33º | 0.23% | 0.62% | - |
| HSV(B) | 49.33º | 0.25% | 0.71% | - |
| XYZ | 38.44 | 41.49 | 29.27 | - |
| YUV | 171.17 | 108.15 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 173 | 136 | 0 | 0.04 | 0.25 | 0.29 | 49.33 | 0.23 | 0.62 |
| Hex | B5 | AD | 88 | 0 | 4 | 19 | 1D | 31 | 17 | 3E |
| Octal | 265 | 255 | 210 | 0 | 4 | 31 | 35 | 61 | 27 | 76 |
| Binary | 10110101 | 10101101 | 10001000 | 0 | 100 | 11001 | 11101 | 110001 | 10111 | 111110 |
Color Harmonies of #B5AD88
Complementary color
Monochromatic Colors of #B5AD88
Black with #B5AD88
Text Example
Text Example
White with #B5AD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AD88; }
p { color: rgb(181,173,136); }
H1.HeaderClassName
{
color: #B5AD88;
}
.AnyTagClassName
{
color: #B5AD88;
}
</style>
background-color css
<style>
a { background-color: #B5AD88; }
a { background-color: rgb(181,173,136); }
div.DivClassName
{
background-color: #B5AD88;
}
.BgClassName
{
background-color: #B5AD88;
}
</style>
border-color css
<style>
span { border-color: #B5AD88; }
span { border-color: rgb(181,173,136); }
td.TdClassName
{
border-color: #B5AD88;
}
.TagClassName
{
border-color: #B5AD88;
}
</style>