#BCB179

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

Shades of Ecru #BCB179

Tints of Ecru #BCB179

Color information

#BCB179 (or 0xBCB179) is unknown color: approx Ecru. HEX triplet: BC, B1 and 79. RGB value is (188,177,121). Sum of RGB (Red+Green+Blue) = 188+177+121=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 177 (69.53% from 255 or 36.42% from 486); Blue value is 121 (47.66% from 255 or 24.90% from 486); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB179 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB179 is #434E86. Grayscale: #AEAEAE. Windows color (decimal): -4411015 or 7975356. OLE color: 7975356.

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

Color convert

RGB188177121-
CMYK00.060.360.26
HSL50.15º33.33%60.59%-
HSV(B)50.15º35.64%73.73%-
XYZ39.9143.5224.39-
YUV173.998.14138.05-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.68%
GREEN value IS 177 (69.53% from 255) = 36.42%
BLUE value IS 121 (47.66% from 255) = 24.90%
R=38.68%
G=36.42%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.36
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817712100.060.360.2650.1533.3360.59
HexBCB17906241A32213d
Octal274261171064432624175
Binary10111100101100011111001011010010011010110010100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB179; }

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

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

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

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

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

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

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

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