#B7AC7A

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

Shades of Ecru #B7AC7A

Tints of Ecru #B7AC7A

Color information

#B7AC7A (or 0xB7AC7A) is unknown color: approx Ecru. HEX triplet: B7, AC and 7A. RGB value is (183,172,122). Sum of RGB (Red+Green+Blue) = 183+172+122=477 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.36% from 477); Green value is 172 (67.58% from 255 or 36.06% from 477); Blue value is 122 (48.05% from 255 or 25.58% from 477); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AC7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AC7A is #485385. Grayscale: #A9A9A9. Windows color (decimal): -4739974 or 8039607. OLE color: 8039607.

HSL color Cylindrical-coordinate representation of color #B7AC7A: hue angle of 49.18º 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 #B7AC7A is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.28.

Color convert

RGB183172122-
CMYK00.060.330.28
HSL49.18º29.76%59.8%-
HSV(B)49.18º33.33%71.76%-
XYZ37.7940.9824.33-
YUV169.59101.14137.57-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.36%
GREEN value IS 172 (67.58% from 255) = 36.06%
BLUE value IS 122 (48.05% from 255) = 25.58%
R=38.36%
G=36.06%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317212200.060.330.2849.1829.7659.8
HexB7AC7A06211C311e3c
Octal267254172064134613674
Binary1011011110101100111101001101000011110011000111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AC7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AC7A; }

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

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

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

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

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

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

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

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