#BCB17F

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

Shades of Ecru #BCB17F

Tints of Ecru #BCB17F

Color information

#BCB17F (or 0xBCB17F) is unknown color: approx Ecru. HEX triplet: BC, B1 and 7F. RGB value is (188,177,127). Sum of RGB (Red+Green+Blue) = 188+177+127=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 177 (69.53% from 255 or 35.98% from 492); Blue value is 127 (50% from 255 or 25.81% from 492); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB17F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB17F is #434E80. Grayscale: #AEAEAE. Windows color (decimal): -4411009 or 8368572. OLE color: 8368572.

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

Color convert

RGB188177127-
CMYK00.060.320.26
HSL49.18º31.28%61.76%-
HSV(B)49.18º32.45%73.73%-
XYZ40.2943.6726.38-
YUV174.59101.14137.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.21%
GREEN value IS 177 (69.53% from 255) = 35.98%
BLUE value IS 127 (50% from 255) = 25.81%
R=38.21%
G=35.98%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817712700.060.320.2649.1831.2861.76
HexBCB17F06201A311f3e
Octal274261177064032613776
Binary1011110010110001111111101101000001101011000111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB17F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB17F; }

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

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

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

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

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

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

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

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