#B6AA74

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

Shades of Ecru #B6AA74

Tints of Ecru #B6AA74

Color information

#B6AA74 (or 0xB6AA74) is unknown color: approx Ecru. HEX triplet: B6, AA and 74. RGB value is (182,170,116). Sum of RGB (Red+Green+Blue) = 182+170+116=468 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.89% from 468); Green value is 170 (66.80% from 255 or 36.32% from 468); Blue value is 116 (45.70% from 255 or 24.79% from 468); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AA74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6AA74 is #49558B. Grayscale: #A7A7A7. Windows color (decimal): -4806028 or 7645878. OLE color: 7645878.

HSL color Cylindrical-coordinate representation of color #B6AA74: hue angle of 49.09º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B6AA74 is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB182170116-
CMYK00.070.360.29
HSL49.09º31.13%58.43%-
HSV(B)49.09º36.26%71.37%-
XYZ36.8239.9622.29-
YUV167.4398.98138.39-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.89%
GREEN value IS 170 (66.80% from 255) = 36.32%
BLUE value IS 116 (45.70% from 255) = 24.79%
R=38.89%
G=36.32%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217011600.070.360.2949.0931.1358.43
HexB6AA7407241D311f3a
Octal266252164074435613772
Binary1011011010101010111010001111001001110111000111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AA74; }

 p { color: rgb(182,170,116); }

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

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

 a { background-color: rgb(182,170,116); }

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

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

 span { border-color: rgb(182,170,116); }

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