#B7AF7E

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

Shades of Ecru #B7AF7E

Tints of Ecru #B7AF7E

Color information

#B7AF7E (or 0xB7AF7E) is unknown color: approx Ecru. HEX triplet: B7, AF and 7E. RGB value is (183,175,126). Sum of RGB (Red+Green+Blue) = 183+175+126=484 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.81% from 484); Green value is 175 (68.75% from 255 or 36.16% from 484); Blue value is 126 (49.61% from 255 or 26.03% from 484); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AF7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AF7E is #485081. Grayscale: #ACACAC. Windows color (decimal): -4739202 or 8302519. OLE color: 8302519.

HSL color Cylindrical-coordinate representation of color #B7AF7E: hue angle of 51.58º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B7AF7E is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.28.

Color convert

RGB183175126-
CMYK00.040.310.28
HSL51.58º28.36%60.59%-
HSV(B)51.58º31.15%71.76%-
XYZ38.6242.2325.85-
YUV171.81102.15135.98-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.81%
GREEN value IS 175 (68.75% from 255) = 36.16%
BLUE value IS 126 (49.61% from 255) = 26.03%
R=37.81%
G=36.16%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.31
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317512600.040.310.2851.5828.3660.59
HexB7AF7E041F1C341c3d
Octal267257176043734643475
Binary101101111010111111111100100111111110011010011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AF7E; }

 p { color: rgb(183,175,126); }

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

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

 a { background-color: rgb(183,175,126); }

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

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

 span { border-color: rgb(183,175,126); }

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