#B7AE7A

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

Shades of Ecru #B7AE7A

Tints of Ecru #B7AE7A

Color information

#B7AE7A (or 0xB7AE7A) is unknown color: approx Ecru. HEX triplet: B7, AE and 7A. RGB value is (183,174,122). Sum of RGB (Red+Green+Blue) = 183+174+122=479 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.20% from 479); Green value is 174 (68.36% from 255 or 36.33% from 479); Blue value is 122 (48.05% from 255 or 25.47% from 479); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AE7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AE7A is #485185. Grayscale: #AAAAAA. Windows color (decimal): -4739462 or 8040119. OLE color: 8040119.

HSL color Cylindrical-coordinate representation of color #B7AE7A: hue angle of 51.15º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B7AE7A is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.28.

Color convert

RGB183174122-
CMYK00.050.330.28
HSL51.15º29.76%59.8%-
HSV(B)51.15º33.33%71.76%-
XYZ38.1841.7424.46-
YUV170.76100.48136.73-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.20%
GREEN value IS 174 (68.36% from 255) = 36.33%
BLUE value IS 122 (48.05% from 255) = 25.47%
R=38.20%
G=36.33%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317412200.050.330.2851.1529.7659.8
HexB7AE7A05211C331e3c
Octal267256172054134633674
Binary1011011110101110111101001011000011110011001111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AE7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AE7A; }

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

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

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

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

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

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

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

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