#BCB37E

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

Shades of Ecru #BCB37E

Tints of Ecru #BCB37E

Color information

#BCB37E (or 0xBCB37E) is unknown color: approx Ecru. HEX triplet: BC, B3 and 7E. RGB value is (188,179,126). Sum of RGB (Red+Green+Blue) = 188+179+126=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 179 (70.31% from 255 or 36.31% from 493); Blue value is 126 (49.61% from 255 or 25.56% from 493); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB37E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB37E is #434C81. Grayscale: #AFAFAF. Windows color (decimal): -4410498 or 8303548. OLE color: 8303548.

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

Color convert

RGB188179126-
CMYK00.050.330.26
HSL51.29º31.63%61.57%-
HSV(B)51.29º32.98%73.73%-
XYZ40.6344.4426.17-
YUV175.6599.98136.81-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.13%
GREEN value IS 179 (70.31% from 255) = 36.31%
BLUE value IS 126 (49.61% from 255) = 25.56%
R=38.13%
G=36.31%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817912600.050.330.2651.2931.6361.57
HexBCB37E05211A33203e
Octal274263176054132634076
Binary10111100101100111111110010110000111010110011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB37E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB37E; }

 p { color: rgb(188,179,126); }

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

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

 a { background-color: rgb(188,179,126); }

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

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

 span { border-color: rgb(188,179,126); }

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