Shades of Chino #B5AB86
Tints of Chino #B5AB86
RGB
CMYK
RGB Variations
Color information
#B5AB86 (or 0xB5AB86) is known color: Chino. HEX triplet: B5, AB and 86. RGB value is (181,171,134). Sum of RGB (Red+Green+Blue) = 181+171+134=486 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.24% from 486); Green value is 171 (67.19% from 255 or 35.19% from 486); Blue value is 134 (52.73% from 255 or 27.57% from 486); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AB86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AB86 is #4A5479. Grayscale: #A9A9A9. Windows color (decimal): -4871290 or 8825781. OLE color: 8825781.
HSL color Cylindrical-coordinate representation of color #B5AB86: hue angle of 47.23º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B5AB86 is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 171 | 134 | - |
| CMYK | 0 | 0.06 | 0.26 | 0.29 |
| HSL | 47.23º | 0.24% | 0.62% | - |
| HSV(B) | 47.23º | 0.26% | 0.71% | - |
| XYZ | 37.92 | 40.67 | 28.41 | - |
| YUV | 169.77 | 107.81 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 171 | 134 | 0 | 0.06 | 0.26 | 0.29 | 47.23 | 0.24 | 0.62 |
| Hex | B5 | AB | 86 | 0 | 6 | 1A | 1D | 2F | 18 | 3E |
| Octal | 265 | 253 | 206 | 0 | 6 | 32 | 35 | 57 | 30 | 76 |
| Binary | 10110101 | 10101011 | 10000110 | 0 | 110 | 11010 | 11101 | 101111 | 11000 | 111110 |
Color Harmonies of #B5AB86
Complementary color
Monochromatic Colors of #B5AB86
Black with #B5AB86
Text Example
Text Example
White with #B5AB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AB86; }
p { color: rgb(181,171,134); }
H1.HeaderClassName
{
color: #B5AB86;
}
.AnyTagClassName
{
color: #B5AB86;
}
</style>
background-color css
<style>
a { background-color: #B5AB86; }
a { background-color: rgb(181,171,134); }
div.DivClassName
{
background-color: #B5AB86;
}
.BgClassName
{
background-color: #B5AB86;
}
</style>
border-color css
<style>
span { border-color: #B5AB86; }
span { border-color: rgb(181,171,134); }
td.TdClassName
{
border-color: #B5AB86;
}
.TagClassName
{
border-color: #B5AB86;
}
</style>