#BCB47F

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

Shades of Ecru #BCB47F

Tints of Ecru #BCB47F

Color information

#BCB47F (or 0xBCB47F) is unknown color: approx Ecru. HEX triplet: BC, B4 and 7F. RGB value is (188,180,127). Sum of RGB (Red+Green+Blue) = 188+180+127=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 180 (70.70% from 255 or 36.36% from 495); Blue value is 127 (50% from 255 or 25.66% from 495); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB47F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB47F is #434B80. Grayscale: #B0B0B0. Windows color (decimal): -4410241 or 8369340. OLE color: 8369340.

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

Color convert

RGB188180127-
CMYK00.040.320.26
HSL52.13º31.28%61.76%-
HSV(B)52.13º32.45%73.73%-
XYZ40.8944.8726.58-
YUV176.35100.15136.31-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.98%
GREEN value IS 180 (70.70% from 255) = 36.36%
BLUE value IS 127 (50% from 255) = 25.66%
R=37.98%
G=36.36%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818012700.040.320.2652.1331.2861.76
HexBCB47F04201A341f3e
Octal274264177044032643776
Binary1011110010110100111111101001000001101011010011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB47F; }

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

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

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

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

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

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

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

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