#B6AE8D

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

Shades of Chino #B6AE8D

Tints of Chino #B6AE8D

Color information

#B6AE8D (or 0xB6AE8D) is unknown color: approx Chino. HEX triplet: B6, AE and 8D. RGB value is (182,174,141). Sum of RGB (Red+Green+Blue) = 182+174+141=497 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.62% from 497); Green value is 174 (68.36% from 255 or 35.01% from 497); Blue value is 141 (55.47% from 255 or 28.37% from 497); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AE8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6AE8D is #495172. Grayscale: #ACACAC. Windows color (decimal): -4804979 or 9285302. OLE color: 9285302.

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

Color convert

RGB182174141-
CMYK00.040.230.29
HSL48.29º21.93%63.33%-
HSV(B)48.29º22.53%71.37%-
XYZ39.2442.1431.27-
YUV172.63110.15134.68-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.62%
GREEN value IS 174 (68.36% from 255) = 35.01%
BLUE value IS 141 (55.47% from 255) = 28.37%
R=36.62%
G=35.01%
B=28.37%

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
Decimal18217414100.040.230.2948.2921.9363.33
HexB6AE8D04171D30163f
Octal266256215042735602677
Binary1011011010101110100011010100101111110111000010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AE8D; }

 p { color: rgb(182,174,141); }

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

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

 a { background-color: rgb(182,174,141); }

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

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

 span { border-color: rgb(182,174,141); }

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