Shades of Chino #B5AB80
Tints of Chino #B5AB80
RGB
CMYK
RGB Variations
Color information
#B5AB80 (or 0xB5AB80) is known color: Chino. HEX triplet: B5, AB and 80. RGB value is (181,171,128). Sum of RGB (Red+Green+Blue) = 181+171+128=480 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.71% from 480); Green value is 171 (67.19% from 255 or 35.62% from 480); Blue value is 128 (50.39% from 255 or 26.67% from 480); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AB80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AB80 is #4A547F. Grayscale: #A9A9A9. Windows color (decimal): -4871296 or 8432565. OLE color: 8432565.
HSL color Cylindrical-coordinate representation of color #B5AB80: hue angle of 48.68º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5AB80 is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 171 | 128 | - |
| CMYK | 0 | 0.06 | 0.29 | 0.29 |
| HSL | 48.68º | 0.26% | 0.61% | - |
| HSV(B) | 48.68º | 0.29% | 0.71% | - |
| XYZ | 37.52 | 40.51 | 26.26 | - |
| YUV | 169.09 | 104.81 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 171 | 128 | 0 | 0.06 | 0.29 | 0.29 | 48.68 | 0.26 | 0.61 |
| Hex | B5 | AB | 80 | 0 | 6 | 1D | 1D | 31 | 1A | 3D |
| Octal | 265 | 253 | 200 | 0 | 6 | 35 | 35 | 61 | 32 | 75 |
| Binary | 10110101 | 10101011 | 10000000 | 0 | 110 | 11101 | 11101 | 110001 | 11010 | 111101 |
Color Harmonies of #B5AB80
Complementary color
Monochromatic Colors of #B5AB80
Black with #B5AB80
Text Example
Text Example
White with #B5AB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AB80; }
p { color: rgb(181,171,128); }
H1.HeaderClassName
{
color: #B5AB80;
}
.AnyTagClassName
{
color: #B5AB80;
}
</style>
background-color css
<style>
a { background-color: #B5AB80; }
a { background-color: rgb(181,171,128); }
div.DivClassName
{
background-color: #B5AB80;
}
.BgClassName
{
background-color: #B5AB80;
}
</style>
border-color css
<style>
span { border-color: #B5AB80; }
span { border-color: rgb(181,171,128); }
td.TdClassName
{
border-color: #B5AB80;
}
.TagClassName
{
border-color: #B5AB80;
}
</style>