#B5AA85

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

Shades of Chino #B5AA85

Tints of Chino #B5AA85

Color information

#B5AA85 (or 0xB5AA85) is unknown color: approx Chino. HEX triplet: B5, AA and 85. RGB value is (181,170,133). Sum of RGB (Red+Green+Blue) = 181+170+133=484 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.40% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 133 (52.34% from 255 or 27.48% from 484); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AA85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AA85 is #4A557A. Grayscale: #A9A9A9. Windows color (decimal): -4871547 or 8759989. OLE color: 8759989.

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

Color convert

RGB181170133-
CMYK00.060.270.29
HSL46.25º24.49%61.57%-
HSV(B)46.25º26.52%70.98%-
XYZ37.6640.2727.98-
YUV169.07107.64136.51-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.40%
GREEN value IS 170 (66.80% from 255) = 35.12%
BLUE value IS 133 (52.34% from 255) = 27.48%
R=37.40%
G=35.12%
B=27.48%

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
Decimal18117013300.060.270.2946.2524.4961.57
HexB5AA85061B1D2e183e
Octal265252205063335563076
Binary1011010110101010100001010110110111110110111011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AA85; }

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

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

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

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

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

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

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

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