#BCA97A

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

Shades of Ecru #BCA97A

Tints of Ecru #BCA97A

Color information

#BCA97A (or 0xBCA97A) is unknown color: approx Ecru. HEX triplet: BC, A9 and 7A. RGB value is (188,169,122). Sum of RGB (Red+Green+Blue) = 188+169+122=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 169 (66.41% from 255 or 35.28% from 479); Blue value is 122 (48.05% from 255 or 25.47% from 479); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA97A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA97A is #435685. Grayscale: #A9A9A9. Windows color (decimal): -4413062 or 8038844. OLE color: 8038844.

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

Color convert

RGB188169122-
CMYK00.100.350.26
HSL42.73º33%60.78%-
HSV(B)42.73º35.11%73.73%-
XYZ38.4440.4724.2-
YUV169.32101.29141.32-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.25%
GREEN value IS 169 (66.41% from 255) = 35.28%
BLUE value IS 122 (48.05% from 255) = 25.47%
R=39.25%
G=35.28%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816912200.100.350.2642.733360.78
HexBCA97A0A231A2b213d
Octal2742511720124332534175
Binary101111001010100111110100101010001111010101011100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA97A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA97A; }

 p { color: rgb(188,169,122); }

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

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

 a { background-color: rgb(188,169,122); }

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

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

 span { border-color: rgb(188,169,122); }

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