Shades of Chino #B3AC8A
Tints of Chino #B3AC8A
RGB
CMYK
RGB Variations
Color information
#B3AC8A (or 0xB3AC8A) is known color: Chino. HEX triplet: B3, AC and 8A. RGB value is (179,172,138). Sum of RGB (Red+Green+Blue) = 179+172+138=489 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.61% from 489); Green value is 172 (67.58% from 255 or 35.17% from 489); Blue value is 138 (54.30% from 255 or 28.22% from 489); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AC8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3AC8A is #4C5375. Grayscale: #AAAAAA. Windows color (decimal): -5002102 or 9088179. OLE color: 9088179.
HSL color Cylindrical-coordinate representation of color #B3AC8A: hue angle of 49.76º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B3AC8A is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 172 | 138 | - |
| CMYK | 0 | 0.04 | 0.23 | 0.30 |
| HSL | 49.76º | 0.21% | 0.62% | - |
| HSV(B) | 49.76º | 0.23% | 0.7% | - |
| XYZ | 37.93 | 40.92 | 29.94 | - |
| YUV | 170.22 | 109.82 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 172 | 138 | 0 | 0.04 | 0.23 | 0.30 | 49.76 | 0.21 | 0.62 |
| Hex | B3 | AC | 8A | 0 | 4 | 17 | 1E | 32 | 15 | 3E |
| Octal | 263 | 254 | 212 | 0 | 4 | 27 | 36 | 62 | 25 | 76 |
| Binary | 10110011 | 10101100 | 10001010 | 0 | 100 | 10111 | 11110 | 110010 | 10101 | 111110 |
Color Harmonies of #B3AC8A
Complementary color
Monochromatic Colors of #B3AC8A
Black with #B3AC8A
Text Example
Text Example
White with #B3AC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3AC8A; }
p { color: rgb(179,172,138); }
H1.HeaderClassName
{
color: #B3AC8A;
}
.AnyTagClassName
{
color: #B3AC8A;
}
</style>
background-color css
<style>
a { background-color: #B3AC8A; }
a { background-color: rgb(179,172,138); }
div.DivClassName
{
background-color: #B3AC8A;
}
.BgClassName
{
background-color: #B3AC8A;
}
</style>
border-color css
<style>
span { border-color: #B3AC8A; }
span { border-color: rgb(179,172,138); }
td.TdClassName
{
border-color: #B3AC8A;
}
.TagClassName
{
border-color: #B3AC8A;
}
</style>