Shades of Chino #B4AD88
Tints of Chino #B4AD88
RGB
CMYK
RGB Variations
Color information
#B4AD88 (or 0xB4AD88) is known color: Chino. HEX triplet: B4, AD and 88. RGB value is (180,173,136). Sum of RGB (Red+Green+Blue) = 180+173+136=489 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.81% from 489); Green value is 173 (67.97% from 255 or 35.38% from 489); Blue value is 136 (53.52% from 255 or 27.81% from 489); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AD88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AD88 is #4B5277. Grayscale: #ABABAB. Windows color (decimal): -4936312 or 8957364. OLE color: 8957364.
HSL color Cylindrical-coordinate representation of color #B4AD88: hue angle of 50.45º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B4AD88 is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 173 | 136 | - |
| CMYK | 0 | 0.04 | 0.24 | 0.29 |
| HSL | 50.45º | 0.23% | 0.62% | - |
| HSV(B) | 50.45º | 0.24% | 0.71% | - |
| XYZ | 38.21 | 41.37 | 29.26 | - |
| YUV | 170.88 | 108.32 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 173 | 136 | 0 | 0.04 | 0.24 | 0.29 | 50.45 | 0.23 | 0.62 |
| Hex | B4 | AD | 88 | 0 | 4 | 18 | 1D | 32 | 17 | 3E |
| Octal | 264 | 255 | 210 | 0 | 4 | 30 | 35 | 62 | 27 | 76 |
| Binary | 10110100 | 10101101 | 10001000 | 0 | 100 | 11000 | 11101 | 110010 | 10111 | 111110 |
Color Harmonies of #B4AD88
Complementary color
Monochromatic Colors of #B4AD88
Black with #B4AD88
Text Example
Text Example
White with #B4AD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4AD88; }
p { color: rgb(180,173,136); }
H1.HeaderClassName
{
color: #B4AD88;
}
.AnyTagClassName
{
color: #B4AD88;
}
</style>
background-color css
<style>
a { background-color: #B4AD88; }
a { background-color: rgb(180,173,136); }
div.DivClassName
{
background-color: #B4AD88;
}
.BgClassName
{
background-color: #B4AD88;
}
</style>
border-color css
<style>
span { border-color: #B4AD88; }
span { border-color: rgb(180,173,136); }
td.TdClassName
{
border-color: #B4AD88;
}
.TagClassName
{
border-color: #B4AD88;
}
</style>