#B8AE7F

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

Shades of Ecru #B8AE7F

Tints of Ecru #B8AE7F

Color information

#B8AE7F (or 0xB8AE7F) is unknown color: approx Ecru. HEX triplet: B8, AE and 7F. RGB value is (184,174,127). Sum of RGB (Red+Green+Blue) = 184+174+127=485 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.94% from 485); Green value is 174 (68.36% from 255 or 35.88% from 485); Blue value is 127 (50% from 255 or 26.19% from 485); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AE7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AE7F is #475180. Grayscale: #ABABAB. Windows color (decimal): -4673921 or 8367800. OLE color: 8367800.

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

Color convert

RGB184174127-
CMYK00.050.310.28
HSL49.47º28.64%60.98%-
HSV(B)49.47º30.98%72.16%-
XYZ38.7341.9926.14-
YUV171.63102.81136.82-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.94%
GREEN value IS 174 (68.36% from 255) = 35.88%
BLUE value IS 127 (50% from 255) = 26.19%
R=37.94%
G=35.88%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.31
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417412700.050.310.2849.4728.6460.98
HexB8AE7F051F1C311d3d
Octal270256177053734613575
Binary101110001010111011111110101111111110011000111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AE7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AE7F; }

 p { color: rgb(184,174,127); }

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

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

 a { background-color: rgb(184,174,127); }

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

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

 span { border-color: rgb(184,174,127); }

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