#BCA974

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

Shades of Ecru #BCA974

Tints of Ecru #BCA974

Color information

#BCA974 (or 0xBCA974) is unknown color: approx Ecru. HEX triplet: BC, A9 and 74. RGB value is (188,169,116). Sum of RGB (Red+Green+Blue) = 188+169+116=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 169 (66.41% from 255 or 35.73% from 473); Blue value is 116 (45.70% from 255 or 24.52% from 473); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA974 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA974 is #43568B. Grayscale: #A8A8A8. Windows color (decimal): -4413068 or 7645628. OLE color: 7645628.

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

Color convert

RGB188169116-
CMYK00.100.380.26
HSL44.17º34.95%59.61%-
HSV(B)44.17º38.3%73.73%-
XYZ38.0840.3322.3-
YUV168.6498.29141.81-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.75%
GREEN value IS 169 (66.41% from 255) = 35.73%
BLUE value IS 116 (45.70% from 255) = 24.52%
R=39.75%
G=35.73%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816911600.100.380.2644.1734.9559.61
HexBCA9740A261A2c233c
Octal2742511640124632544374
Binary101111001010100111101000101010011011010101100100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA974; }

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

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

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

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

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

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

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

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