#BCAD75

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

Shades of Ecru #BCAD75

Tints of Ecru #BCAD75

Color information

#BCAD75 (or 0xBCAD75) is unknown color: approx Ecru. HEX triplet: BC, AD and 75. RGB value is (188,173,117). Sum of RGB (Red+Green+Blue) = 188+173+117=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 173 (67.97% from 255 or 36.19% from 478); Blue value is 117 (46.09% from 255 or 24.48% from 478); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAD75 is #43528A. Grayscale: #ABABAB. Windows color (decimal): -4412043 or 7712188. OLE color: 7712188.

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

Color convert

RGB188173117-
CMYK00.080.380.26
HSL47.32º34.63%59.8%-
HSV(B)47.32º37.77%73.73%-
XYZ38.8941.8622.86-
YUV171.197.47140.05-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.33%
GREEN value IS 173 (67.97% from 255) = 36.19%
BLUE value IS 117 (46.09% from 255) = 24.48%
R=39.33%
G=36.19%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817311700.080.380.2647.3234.6359.8
HexBCAD7508261A2f233c
Octal2742551650104632574374
Binary101111001010110111101010100010011011010101111100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAD75; }

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

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

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

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

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

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

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

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