#BCA675

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

Shades of Ecru #BCA675

Tints of Ecru #BCA675

Color information

#BCA675 (or 0xBCA675) is unknown color: approx Ecru. HEX triplet: BC, A6 and 75. RGB value is (188,166,117). Sum of RGB (Red+Green+Blue) = 188+166+117=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 166 (65.23% from 255 or 35.24% from 471); Blue value is 117 (46.09% from 255 or 24.84% from 471); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA675 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA675 is #43598A. Grayscale: #A7A7A7. Windows color (decimal): -4413835 or 7710396. OLE color: 7710396.

HSL color Cylindrical-coordinate representation of color #BCA675: hue angle of 41.41º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BCA675 is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB188166117-
CMYK00.120.380.26
HSL41.41º34.63%59.8%-
HSV(B)41.41º37.77%73.73%-
XYZ37.5939.2522.42-
YUV166.9999.79142.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.92%
GREEN value IS 166 (65.23% from 255) = 35.24%
BLUE value IS 117 (46.09% from 255) = 24.84%
R=39.92%
G=35.24%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816611700.120.380.2641.4134.6359.8
HexBCA6750C261A29233c
Octal2742461650144632514374
Binary101111001010011011101010110010011011010101001100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA675; }

 p { color: rgb(188,166,117); }

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

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

 a { background-color: rgb(188,166,117); }

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

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

 span { border-color: rgb(188,166,117); }

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