Shades of Chino #B2AB8D
Tints of Chino #B2AB8D
RGB
CMYK
RGB Variations
Color information
#B2AB8D (or 0xB2AB8D) is known color: Chino. HEX triplet: B2, AB and 8D. RGB value is (178,171,141). Sum of RGB (Red+Green+Blue) = 178+171+141=490 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.33% from 490); Green value is 171 (67.19% from 255 or 34.90% from 490); Blue value is 141 (55.47% from 255 or 28.78% from 490); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AB8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AB8D is #4D5472. Grayscale: #A9A9A9. Windows color (decimal): -5067891 or 9284530. OLE color: 9284530.
HSL color Cylindrical-coordinate representation of color #B2AB8D: hue angle of 48.65º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B2AB8D is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
RGB | 178 | 171 | 141 | - |
CMYK | 0 | 0.04 | 0.21 | 0.30 |
HSL | 48.65º | 0.19% | 0.63% | - |
HSV(B) | 48.65º | 0.21% | 0.7% | - |
XYZ | 37.73 | 40.51 | 31.03 | - |
YUV | 169.67 | 111.82 | 133.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 171 | 141 | 0 | 0.04 | 0.21 | 0.30 | 48.65 | 0.19 | 0.63 |
Hex | B2 | AB | 8D | 0 | 4 | 15 | 1E | 31 | 13 | 3F |
Octal | 262 | 253 | 215 | 0 | 4 | 25 | 36 | 61 | 23 | 77 |
Binary | 10110010 | 10101011 | 10001101 | 0 | 100 | 10101 | 11110 | 110001 | 10011 | 111111 |
Color Harmonies of #B2AB8D
Complementary color
Monochromatic Colors of #B2AB8D
Black with #B2AB8D
Text Example
Text Example
White with #B2AB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AB8D; }
p { color: rgb(178,171,141); }
H1.HeaderClassName
{
color: #B2AB8D;
}
.AnyTagClassName
{
color: #B2AB8D;
}
</style>
background-color css
<style>
a { background-color: #B2AB8D; }
a { background-color: rgb(178,171,141); }
div.DivClassName
{
background-color: #B2AB8D;
}
.BgClassName
{
background-color: #B2AB8D;
}
</style>
border-color css
<style>
span { border-color: #B2AB8D; }
span { border-color: rgb(178,171,141); }
td.TdClassName
{
border-color: #B2AB8D;
}
.TagClassName
{
border-color: #B2AB8D;
}
</style>