Shades of Chino #B3A984
Tints of Chino #B3A984
RGB
CMYK
RGB Variations
Color information
#B3A984 (or 0xB3A984) is known color: Chino. HEX triplet: B3, A9 and 84. RGB value is (179,169,132). Sum of RGB (Red+Green+Blue) = 179+169+132=480 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.29% from 480); Green value is 169 (66.41% from 255 or 35.21% from 480); Blue value is 132 (51.95% from 255 or 27.5% from 480); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A984 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A984 is #4C567B. Grayscale: #A7A7A7. Windows color (decimal): -5002876 or 8694195. OLE color: 8694195.
HSL color Cylindrical-coordinate representation of color #B3A984: hue angle of 47.23º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B3A984 is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 169 | 132 | - |
| CMYK | 0 | 0.06 | 0.26 | 0.30 |
| HSL | 47.23º | 0.24% | 0.61% | - |
| HSV(B) | 47.23º | 0.26% | 0.7% | - |
| XYZ | 36.94 | 39.63 | 27.53 | - |
| YUV | 167.77 | 107.81 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 169 | 132 | 0 | 0.06 | 0.26 | 0.30 | 47.23 | 0.24 | 0.61 |
| Hex | B3 | A9 | 84 | 0 | 6 | 1A | 1E | 2F | 18 | 3D |
| Octal | 263 | 251 | 204 | 0 | 6 | 32 | 36 | 57 | 30 | 75 |
| Binary | 10110011 | 10101001 | 10000100 | 0 | 110 | 11010 | 11110 | 101111 | 11000 | 111101 |
Color Harmonies of #B3A984
Complementary color
Monochromatic Colors of #B3A984
Black with #B3A984
Text Example
Text Example
White with #B3A984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A984; }
p { color: rgb(179,169,132); }
H1.HeaderClassName
{
color: #B3A984;
}
.AnyTagClassName
{
color: #B3A984;
}
</style>
background-color css
<style>
a { background-color: #B3A984; }
a { background-color: rgb(179,169,132); }
div.DivClassName
{
background-color: #B3A984;
}
.BgClassName
{
background-color: #B3A984;
}
</style>
border-color css
<style>
span { border-color: #B3A984; }
span { border-color: rgb(179,169,132); }
td.TdClassName
{
border-color: #B3A984;
}
.TagClassName
{
border-color: #B3A984;
}
</style>