#BCAF7C

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

Shades of Ecru #BCAF7C

Tints of Ecru #BCAF7C

Color information

#BCAF7C (or 0xBCAF7C) is unknown color: approx Ecru. HEX triplet: BC, AF and 7C. RGB value is (188,175,124). Sum of RGB (Red+Green+Blue) = 188+175+124=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 175 (68.75% from 255 or 35.93% from 487); Blue value is 124 (48.83% from 255 or 25.46% from 487); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAF7C is #435083. Grayscale: #ADADAD. Windows color (decimal): -4411524 or 8171452. OLE color: 8171452.

HSL color Cylindrical-coordinate representation of color #BCAF7C: hue angle of 47.81º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BCAF7C is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB188175124-
CMYK00.070.340.26
HSL47.81º32.32%61.18%-
HSV(B)47.81º34.04%73.73%-
XYZ39.7142.8125.24-
YUV173.07100.31138.65-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.60%
GREEN value IS 175 (68.75% from 255) = 35.93%
BLUE value IS 124 (48.83% from 255) = 25.46%
R=38.60%
G=35.93%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817512400.070.340.2647.8132.3261.18
HexBCAF7C07221A30203d
Octal274257174074232604075
Binary10111100101011111111100011110001011010110000100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAF7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAF7C; }

 p { color: rgb(188,175,124); }

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

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

 a { background-color: rgb(188,175,124); }

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

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

 span { border-color: rgb(188,175,124); }

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