#B5AA84

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

Shades of Chino #B5AA84

Tints of Chino #B5AA84

Color information

#B5AA84 (or 0xB5AA84) is unknown color: approx Chino. HEX triplet: B5, AA and 84. RGB value is (181,170,132). Sum of RGB (Red+Green+Blue) = 181+170+132=483 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.47% from 483); Green value is 170 (66.80% from 255 or 35.20% from 483); Blue value is 132 (51.95% from 255 or 27.33% from 483); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AA84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AA84 is #4A557B. Grayscale: #A9A9A9. Windows color (decimal): -4871548 or 8694453. OLE color: 8694453.

HSL color Cylindrical-coordinate representation of color #B5AA84: hue angle of 46.53º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B5AA84 is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB181170132-
CMYK00.060.270.29
HSL46.53º24.87%61.37%-
HSV(B)46.53º27.07%70.98%-
XYZ37.640.2427.62-
YUV168.96107.14136.59-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.47%
GREEN value IS 170 (66.80% from 255) = 35.20%
BLUE value IS 132 (51.95% from 255) = 27.33%
R=37.47%
G=35.20%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117013200.060.270.2946.5324.8761.37
HexB5AA84061B1D2f193d
Octal265252204063335573175
Binary1011010110101010100001000110110111110110111111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AA84; }

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

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

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

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

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

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

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

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