#BCB47D

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

Shades of Ecru #BCB47D

Tints of Ecru #BCB47D

Color information

#BCB47D (or 0xBCB47D) is unknown color: approx Ecru. HEX triplet: BC, B4 and 7D. RGB value is (188,180,125). Sum of RGB (Red+Green+Blue) = 188+180+125=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 180 (70.70% from 255 or 36.51% from 493); Blue value is 125 (49.22% from 255 or 25.35% from 493); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB47D is #434B82. Grayscale: #B0B0B0. Windows color (decimal): -4410243 or 8238268. OLE color: 8238268.

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

Color convert

RGB188180125-
CMYK00.040.340.26
HSL52.38º31.98%61.37%-
HSV(B)52.38º33.51%73.73%-
XYZ40.7644.8125.9-
YUV176.1299.15136.47-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.13%
GREEN value IS 180 (70.70% from 255) = 36.51%
BLUE value IS 125 (49.22% from 255) = 25.35%
R=38.13%
G=36.51%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818012500.040.340.2652.3831.9861.37
HexBCB47D04221A34203d
Octal274264175044232644075
Binary10111100101101001111101010010001011010110100100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB47D; }

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

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

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

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

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

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

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

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