Shades of Chino #B3A88A
Tints of Chino #B3A88A
RGB
CMYK
RGB Variations
Color information
#B3A88A (or 0xB3A88A) is known color: Chino. HEX triplet: B3, A8 and 8A. RGB value is (179,168,138). Sum of RGB (Red+Green+Blue) = 179+168+138=485 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.91% from 485); Green value is 168 (66.02% from 255 or 34.64% from 485); Blue value is 138 (54.30% from 255 or 28.45% from 485); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A88A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A88A is #4C5775. Grayscale: #A8A8A8. Windows color (decimal): -5003126 or 9087155. OLE color: 9087155.
HSL color Cylindrical-coordinate representation of color #B3A88A: hue angle of 43.9º 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 #B3A88A is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 168 | 138 | - |
| CMYK | 0 | 0.06 | 0.23 | 0.30 |
| HSL | 43.9º | 0.21% | 0.62% | - |
| HSV(B) | 43.9º | 0.23% | 0.7% | - |
| XYZ | 37.18 | 39.42 | 29.69 | - |
| YUV | 167.87 | 111.14 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 168 | 138 | 0 | 0.06 | 0.23 | 0.30 | 43.9 | 0.21 | 0.62 |
| Hex | B3 | A8 | 8A | 0 | 6 | 17 | 1E | 2C | 15 | 3E |
| Octal | 263 | 250 | 212 | 0 | 6 | 27 | 36 | 54 | 25 | 76 |
| Binary | 10110011 | 10101000 | 10001010 | 0 | 110 | 10111 | 11110 | 101100 | 10101 | 111110 |
Color Harmonies of #B3A88A
Complementary color
Monochromatic Colors of #B3A88A
Black with #B3A88A
Text Example
Text Example
White with #B3A88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A88A; }
p { color: rgb(179,168,138); }
H1.HeaderClassName
{
color: #B3A88A;
}
.AnyTagClassName
{
color: #B3A88A;
}
</style>
background-color css
<style>
a { background-color: #B3A88A; }
a { background-color: rgb(179,168,138); }
div.DivClassName
{
background-color: #B3A88A;
}
.BgClassName
{
background-color: #B3A88A;
}
</style>
border-color css
<style>
span { border-color: #B3A88A; }
span { border-color: rgb(179,168,138); }
td.TdClassName
{
border-color: #B3A88A;
}
.TagClassName
{
border-color: #B3A88A;
}
</style>