#B5AE89

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

Shades of Chino #B5AE89

Tints of Chino #B5AE89

Color information

#B5AE89 (or 0xB5AE89) is unknown color: approx Chino. HEX triplet: B5, AE and 89. RGB value is (181,174,137). Sum of RGB (Red+Green+Blue) = 181+174+137=492 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.79% from 492); Green value is 174 (68.36% from 255 or 35.37% from 492); Blue value is 137 (53.91% from 255 or 27.85% from 492); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AE89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AE89 is #4A5176. Grayscale: #ACACAC. Windows color (decimal): -4870519 or 9023157. OLE color: 9023157.

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

Color convert

RGB181174137-
CMYK00.040.240.29
HSL50.45º22.92%62.35%-
HSV(B)50.45º24.31%70.98%-
XYZ38.7141.929.71-
YUV171.88108.32134.51-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.79%
GREEN value IS 174 (68.36% from 255) = 35.37%
BLUE value IS 137 (53.91% from 255) = 27.85%
R=36.79%
G=35.37%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117413700.040.240.2950.4522.9262.35
HexB5AE8904181D32173e
Octal265256211043035622776
Binary1011010110101110100010010100110001110111001010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AE89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AE89; }

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

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

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

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

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

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

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

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