#BCB37D

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

Shades of Ecru #BCB37D

Tints of Ecru #BCB37D

Color information

#BCB37D (or 0xBCB37D) is unknown color: approx Ecru. HEX triplet: BC, B3 and 7D. RGB value is (188,179,125). Sum of RGB (Red+Green+Blue) = 188+179+125=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 179 (70.31% from 255 or 36.38% from 492); Blue value is 125 (49.22% from 255 or 25.41% from 492); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB37D is #434C82. Grayscale: #AFAFAF. Windows color (decimal): -4410499 or 8238012. OLE color: 8238012.

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

Color convert

RGB188179125-
CMYK00.050.340.26
HSL51.43º31.98%61.37%-
HSV(B)51.43º33.51%73.73%-
XYZ40.5644.4125.84-
YUV175.5499.48136.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.21%
GREEN value IS 179 (70.31% from 255) = 36.38%
BLUE value IS 125 (49.22% from 255) = 25.41%
R=38.21%
G=36.38%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817912500.050.340.2651.4331.9861.37
HexBCB37D05221A33203d
Octal274263175054232634075
Binary10111100101100111111101010110001011010110011100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB37D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB37D; }

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

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

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

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

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

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

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

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