#BCA971

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

Shades of Ecru #BCA971

Tints of Ecru #BCA971

Color information

#BCA971 (or 0xBCA971) is unknown color: approx Ecru. HEX triplet: BC, A9 and 71. RGB value is (188,169,113). Sum of RGB (Red+Green+Blue) = 188+169+113=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 169 (66.41% from 255 or 35.96% from 470); Blue value is 113 (44.53% from 255 or 24.04% from 470); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA971 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA971 is #43568E. Grayscale: #A8A8A8. Windows color (decimal): -4413071 or 7449020. OLE color: 7449020.

HSL color Cylindrical-coordinate representation of color #BCA971: hue angle of 44.8º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BCA971 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB188169113-
CMYK00.100.400.26
HSL44.8º35.89%59.02%-
HSV(B)44.8º39.89%73.73%-
XYZ37.9140.2621.4-
YUV168.396.79142.05-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40%
GREEN value IS 169 (66.41% from 255) = 35.96%
BLUE value IS 113 (44.53% from 255) = 24.04%
R=40%
G=35.96%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816911300.100.400.2644.835.8959.02
HexBCA9710A281A2d243b
Octal2742511610125032554473
Binary101111001010100111100010101010100011010101101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA971; }

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

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

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

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

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

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

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

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