#BCAF7D

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

Shades of Ecru #BCAF7D

Tints of Ecru #BCAF7D

Color information

#BCAF7D (or 0xBCAF7D) is unknown color: approx Ecru. HEX triplet: BC, AF and 7D. RGB value is (188,175,125). Sum of RGB (Red+Green+Blue) = 188+175+125=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 175 (68.75% from 255 or 35.86% from 488); Blue value is 125 (49.22% from 255 or 25.61% from 488); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAF7D is #435082. Grayscale: #ADADAD. Windows color (decimal): -4411523 or 8236988. OLE color: 8236988.

HSL color Cylindrical-coordinate representation of color #BCAF7D: hue angle of 47.62º 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 #BCAF7D is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB188175125-
CMYK00.070.340.26
HSL47.62º31.98%61.37%-
HSV(B)47.62º33.51%73.73%-
XYZ39.7742.8325.57-
YUV173.19100.81138.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.52%
GREEN value IS 175 (68.75% from 255) = 35.86%
BLUE value IS 125 (49.22% from 255) = 25.61%
R=38.52%
G=35.86%
B=25.61%

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
Decimal18817512500.070.340.2647.6231.9861.37
HexBCAF7D07221A30203d
Octal274257175074232604075
Binary10111100101011111111101011110001011010110000100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAF7D; }

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

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

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

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

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

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

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

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