#B5AE80

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

Shades of Chino #B5AE80

Tints of Chino #B5AE80

Color information

#B5AE80 (or 0xB5AE80) is unknown color: approx Chino. HEX triplet: B5, AE and 80. RGB value is (181,174,128). Sum of RGB (Red+Green+Blue) = 181+174+128=483 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.47% from 483); Green value is 174 (68.36% from 255 or 36.02% from 483); Blue value is 128 (50.39% from 255 or 26.50% from 483); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AE80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AE80 is #4A517F. Grayscale: #ABABAB. Windows color (decimal): -4870528 or 8433333. OLE color: 8433333.

HSL color Cylindrical-coordinate representation of color #B5AE80: hue angle of 52.08º 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 #B5AE80 is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB181174128-
CMYK00.040.290.29
HSL52.08º26.37%60.59%-
HSV(B)52.08º29.28%70.98%-
XYZ38.0941.6526.45-
YUV170.85103.82135.24-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.47%
GREEN value IS 174 (68.36% from 255) = 36.02%
BLUE value IS 128 (50.39% from 255) = 26.50%
R=37.47%
G=36.02%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117412800.040.290.2952.0826.3760.59
HexB5AE80041D1D341a3d
Octal265256200043535643275
Binary1011010110101110100000000100111011110111010011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AE80; }

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

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

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

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

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

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

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

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