#B5AE8E

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

Shades of Chino #B5AE8E

Tints of Chino #B5AE8E

Color information

#B5AE8E (or 0xB5AE8E) is unknown color: approx Chino. HEX triplet: B5, AE and 8E. RGB value is (181,174,142). Sum of RGB (Red+Green+Blue) = 181+174+142=497 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.42% from 497); Green value is 174 (68.36% from 255 or 35.01% from 497); Blue value is 142 (55.86% from 255 or 28.57% from 497); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AE8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AE8E is #4A5171. Grayscale: #ACACAC. Windows color (decimal): -4870514 or 9350837. OLE color: 9350837.

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

Color convert

RGB181174142-
CMYK00.040.220.29
HSL49.23º20.86%63.33%-
HSV(B)49.23º21.55%70.98%-
XYZ39.0742.0531.65-
YUV172.44110.82134.1-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.42%
GREEN value IS 174 (68.36% from 255) = 35.01%
BLUE value IS 142 (55.86% from 255) = 28.57%
R=36.42%
G=35.01%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117414200.040.220.2949.2320.8663.33
HexB5AE8E04161D31153f
Octal265256216042635612577
Binary1011010110101110100011100100101101110111000110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AE8E; }

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

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

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

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

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

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

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

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