#B6AE7A

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

Shades of Ecru #B6AE7A

Tints of Ecru #B6AE7A

Color information

#B6AE7A (or 0xB6AE7A) is unknown color: approx Ecru. HEX triplet: B6, AE and 7A. RGB value is (182,174,122). Sum of RGB (Red+Green+Blue) = 182+174+122=478 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.08% from 478); Green value is 174 (68.36% from 255 or 36.40% from 478); Blue value is 122 (48.05% from 255 or 25.52% from 478); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AE7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6AE7A is #495185. Grayscale: #AAAAAA. Windows color (decimal): -4804998 or 8040118. OLE color: 8040118.

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

Color convert

RGB182174122-
CMYK00.040.330.29
HSL52º29.13%59.61%-
HSV(B)52º32.97%71.37%-
XYZ37.9441.6224.45-
YUV170.46100.65136.23-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.08%
GREEN value IS 174 (68.36% from 255) = 36.40%
BLUE value IS 122 (48.05% from 255) = 25.52%
R=38.08%
G=36.40%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217412200.040.330.295229.1359.61
HexB6AE7A04211D341d3c
Octal266256172044135643574
Binary1011011010101110111101001001000011110111010011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AE7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AE7A; }

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

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

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

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

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

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

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

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