#BCB17D

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

Shades of Ecru #BCB17D

Tints of Ecru #BCB17D

Color information

#BCB17D (or 0xBCB17D) is unknown color: approx Ecru. HEX triplet: BC, B1 and 7D. RGB value is (188,177,125). Sum of RGB (Red+Green+Blue) = 188+177+125=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 177 (69.53% from 255 or 36.12% from 490); Blue value is 125 (49.22% from 255 or 25.51% from 490); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB17D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB17D is #434E82. Grayscale: #AEAEAE. Windows color (decimal): -4411011 or 8237500. OLE color: 8237500.

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

Color convert

RGB188177125-
CMYK00.060.340.26
HSL49.52º31.98%61.37%-
HSV(B)49.52º33.51%73.73%-
XYZ40.1643.6225.7-
YUV174.36100.14137.73-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.37%
GREEN value IS 177 (69.53% from 255) = 36.12%
BLUE value IS 125 (49.22% from 255) = 25.51%
R=38.37%
G=36.12%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817712500.060.340.2649.5231.9861.37
HexBCB17D06221A32203d
Octal274261175064232624075
Binary10111100101100011111101011010001011010110010100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB17D; }

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

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

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

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

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

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

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

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