#B5AA80

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

Shades of Chino #B5AA80

Tints of Chino #B5AA80

Color information

#B5AA80 (or 0xB5AA80) is unknown color: approx Chino. HEX triplet: B5, AA and 80. RGB value is (181,170,128). Sum of RGB (Red+Green+Blue) = 181+170+128=479 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.79% from 479); Green value is 170 (66.80% from 255 or 35.49% from 479); Blue value is 128 (50.39% from 255 or 26.72% from 479); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AA80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AA80 is #4A557F. Grayscale: #A8A8A8. Windows color (decimal): -4871552 or 8432309. OLE color: 8432309.

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

Color convert

RGB181170128-
CMYK00.060.290.29
HSL47.55º26.37%60.59%-
HSV(B)47.55º29.28%70.98%-
XYZ37.3340.1326.2-
YUV168.5105.14136.92-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.79%
GREEN value IS 170 (66.80% from 255) = 35.49%
BLUE value IS 128 (50.39% from 255) = 26.72%
R=37.79%
G=35.49%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117012800.060.290.2947.5526.3760.59
HexB5AA80061D1D301a3d
Octal265252200063535603275
Binary1011010110101010100000000110111011110111000011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AA80; }

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

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

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

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

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

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

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

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