Shades of Chino #B4AD85
Tints of Chino #B4AD85
RGB
CMYK
RGB Variations
Color information
#B4AD85 (or 0xB4AD85) is known color: Chino. HEX triplet: B4, AD and 85. RGB value is (180,173,133). Sum of RGB (Red+Green+Blue) = 180+173+133=486 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.04% from 486); Green value is 173 (67.97% from 255 or 35.60% from 486); Blue value is 133 (52.34% from 255 or 27.37% from 486); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AD85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AD85 is #4B527A. Grayscale: #AAAAAA. Windows color (decimal): -4936315 or 8760756. OLE color: 8760756.
HSL color Cylindrical-coordinate representation of color #B4AD85: hue angle of 51.06º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B4AD85 is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 173 | 133 | - |
| CMYK | 0 | 0.04 | 0.26 | 0.29 |
| HSL | 51.06º | 0.24% | 0.61% | - |
| HSV(B) | 51.06º | 0.26% | 0.71% | - |
| XYZ | 38 | 41.28 | 28.16 | - |
| YUV | 170.53 | 106.82 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 173 | 133 | 0 | 0.04 | 0.26 | 0.29 | 51.06 | 0.24 | 0.61 |
| Hex | B4 | AD | 85 | 0 | 4 | 1A | 1D | 33 | 18 | 3D |
| Octal | 264 | 255 | 205 | 0 | 4 | 32 | 35 | 63 | 30 | 75 |
| Binary | 10110100 | 10101101 | 10000101 | 0 | 100 | 11010 | 11101 | 110011 | 11000 | 111101 |
Color Harmonies of #B4AD85
Complementary color
Monochromatic Colors of #B4AD85
Black with #B4AD85
Text Example
Text Example
White with #B4AD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4AD85; }
p { color: rgb(180,173,133); }
H1.HeaderClassName
{
color: #B4AD85;
}
.AnyTagClassName
{
color: #B4AD85;
}
</style>
background-color css
<style>
a { background-color: #B4AD85; }
a { background-color: rgb(180,173,133); }
div.DivClassName
{
background-color: #B4AD85;
}
.BgClassName
{
background-color: #B4AD85;
}
</style>
border-color css
<style>
span { border-color: #B4AD85; }
span { border-color: rgb(180,173,133); }
td.TdClassName
{
border-color: #B4AD85;
}
.TagClassName
{
border-color: #B4AD85;
}
</style>