#BCAD7F

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

Shades of Ecru #BCAD7F

Tints of Ecru #BCAD7F

Color information

#BCAD7F (or 0xBCAD7F) is unknown color: approx Ecru. HEX triplet: BC, AD and 7F. RGB value is (188,173,127). Sum of RGB (Red+Green+Blue) = 188+173+127=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 127 (50% from 255 or 26.02% from 488); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAD7F is #435280. Grayscale: #ACACAC. Windows color (decimal): -4412033 or 8367548. OLE color: 8367548.

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

Color convert

RGB188173127-
CMYK00.080.320.26
HSL45.25º31.28%61.76%-
HSV(B)45.25º32.45%73.73%-
XYZ39.5142.1126.12-
YUV172.24102.47139.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.52%
GREEN value IS 173 (67.97% from 255) = 35.45%
BLUE value IS 127 (50% from 255) = 26.02%
R=38.52%
G=35.45%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817312700.080.320.2645.2531.2861.76
HexBCAD7F08201A2d1f3e
Octal2742551770104032553776
Binary10111100101011011111111010001000001101010110111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAD7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAD7F; }

 p { color: rgb(188,173,127); }

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

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

 a { background-color: rgb(188,173,127); }

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

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

 span { border-color: rgb(188,173,127); }

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