#B3AA84

Color #B3AA84 Chino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chino #B3AA84

Tints of Chino #B3AA84

Color information

#B3AA84 (or 0xB3AA84) is unknown color: approx Chino. HEX triplet: B3, AA and 84. RGB value is (179,170,132). Sum of RGB (Red+Green+Blue) = 179+170+132=481 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.21% from 481); Green value is 170 (66.80% from 255 or 35.34% from 481); Blue value is 132 (51.95% from 255 or 27.44% from 481); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AA84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3AA84 is #4C557B. Grayscale: #A8A8A8. Windows color (decimal): -5002620 or 8694451. OLE color: 8694451.

HSL color Cylindrical-coordinate representation of color #B3AA84: hue angle of 48.51º 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 #B3AA84 is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB179170132-
CMYK00.050.260.30
HSL48.51º23.62%60.98%-
HSV(B)48.51º26.26%70.2%-
XYZ37.134027.59-
YUV168.36107.48135.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 179 (70.31% from 255) = 37.21%
GREEN value IS 170 (66.80% from 255) = 35.34%
BLUE value IS 132 (51.95% from 255) = 27.44%
R=37.21%
G=35.34%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917013200.050.260.3048.5123.6260.98
HexB3AA84051A1E31183d
Octal263252204053236613075
Binary1011001110101010100001000101110101111011000111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AA84; }

 p { color: rgb(179,170,132); }

 H1.HeaderClassName
 {
   color: #B3AA84;
 }
 .AnyTagClassName
 {
   color: #B3AA84;
 }
</style>
background-color css

<style>
 a { background-color: #B3AA84; }

 a { background-color: rgb(179,170,132); }

 div.DivClassName
 {
   background-color: #B3AA84;
 }
 .BgClassName
 {
   background-color: #B3AA84;
 }
</style>
border-color css

<style>
 span { border-color: #B3AA84; }

 span { border-color: rgb(179,170,132); }

 td.TdClassName
 {
   border-color: #B3AA84;
 }
 .TagClassName
 {
   border-color: #B3AA84;
 }
</style>