#B5AE82

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

Shades of Chino #B5AE82

Tints of Chino #B5AE82

Color information

#B5AE82 (or 0xB5AE82) is unknown color: approx Chino. HEX triplet: B5, AE and 82. RGB value is (181,174,130). Sum of RGB (Red+Green+Blue) = 181+174+130=485 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.32% from 485); Green value is 174 (68.36% from 255 or 35.88% from 485); Blue value is 130 (51.17% from 255 or 26.80% from 485); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AE82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AE82 is #4A517D. Grayscale: #ABABAB. Windows color (decimal): -4870526 or 8564405. OLE color: 8564405.

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

Color convert

RGB181174130-
CMYK00.040.280.29
HSL51.76º25.63%60.98%-
HSV(B)51.76º28.18%70.98%-
XYZ38.2241.7127.15-
YUV171.08104.82135.08-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.32%
GREEN value IS 174 (68.36% from 255) = 35.88%
BLUE value IS 130 (51.17% from 255) = 26.80%
R=37.32%
G=35.88%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117413000.040.280.2951.7625.6360.98
HexB5AE82041C1D341a3d
Octal265256202043435643275
Binary1011010110101110100000100100111001110111010011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AE82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AE82; }

 p { color: rgb(181,174,130); }

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

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

 a { background-color: rgb(181,174,130); }

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

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

 span { border-color: rgb(181,174,130); }

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