#B7AE7B

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

Shades of Ecru #B7AE7B

Tints of Ecru #B7AE7B

Color information

#B7AE7B (or 0xB7AE7B) is unknown color: approx Ecru. HEX triplet: B7, AE and 7B. RGB value is (183,174,123). Sum of RGB (Red+Green+Blue) = 183+174+123=480 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.12% from 480); Green value is 174 (68.36% from 255 or 36.25% from 480); Blue value is 123 (48.44% from 255 or 25.62% from 480); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AE7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AE7B is #485184. Grayscale: #ABABAB. Windows color (decimal): -4739461 or 8105655. OLE color: 8105655.

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

Color convert

RGB183174123-
CMYK00.050.330.28
HSL51º29.41%60%-
HSV(B)51º32.79%71.76%-
XYZ38.2441.7724.79-
YUV170.88100.98136.65-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.12%
GREEN value IS 174 (68.36% from 255) = 36.25%
BLUE value IS 123 (48.44% from 255) = 25.62%
R=38.12%
G=36.25%
B=25.62%

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
Decimal18317412300.050.330.285129.4160
HexB7AE7B05211C331d3c
Octal267256173054134633574
Binary1011011110101110111101101011000011110011001111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AE7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AE7B; }

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

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

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

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

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

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

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

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