#B5AD8C

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

Shades of Chino #B5AD8C

Tints of Chino #B5AD8C

Color information

#B5AD8C (or 0xB5AD8C) is unknown color: approx Chino. HEX triplet: B5, AD and 8C. RGB value is (181,173,140). Sum of RGB (Red+Green+Blue) = 181+173+140=494 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.64% from 494); Green value is 173 (67.97% from 255 or 35.02% from 494); Blue value is 140 (55.08% from 255 or 28.34% from 494); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AD8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AD8C is #4A5273. Grayscale: #ABABAB. Windows color (decimal): -4870772 or 9219509. OLE color: 9219509.

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

Color convert

RGB181173140-
CMYK00.040.230.29
HSL48.29º21.69%62.94%-
HSV(B)48.29º22.65%70.98%-
XYZ38.7341.630.8-
YUV171.63110.15134.68-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.64%
GREEN value IS 173 (67.97% from 255) = 35.02%
BLUE value IS 140 (55.08% from 255) = 28.34%
R=36.64%
G=35.02%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117314000.040.230.2948.2921.6962.94
HexB5AD8C04171D30163f
Octal265255214042735602677
Binary1011010110101101100011000100101111110111000010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AD8C; }

 p { color: rgb(181,173,140); }

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

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

 a { background-color: rgb(181,173,140); }

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

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

 span { border-color: rgb(181,173,140); }

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