#BCA873

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

Shades of Ecru #BCA873

Tints of Ecru #BCA873

Color information

#BCA873 (or 0xBCA873) is unknown color: approx Ecru. HEX triplet: BC, A8 and 73. RGB value is (188,168,115). Sum of RGB (Red+Green+Blue) = 188+168+115=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 168 (66.02% from 255 or 35.67% from 471); Blue value is 115 (45.31% from 255 or 24.42% from 471); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA873 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA873 is #43578C. Grayscale: #A8A8A8. Windows color (decimal): -4413325 or 7579836. OLE color: 7579836.

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

Color convert

RGB188168115-
CMYK00.110.390.26
HSL43.56º35.27%59.41%-
HSV(B)43.56º38.83%73.73%-
XYZ37.8439.9321.93-
YUV167.9498.13142.31-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.92%
GREEN value IS 168 (66.02% from 255) = 35.67%
BLUE value IS 115 (45.31% from 255) = 24.42%
R=39.92%
G=35.67%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816811500.110.390.2643.5635.2759.41
HexBCA8730B271A2c233b
Octal2742501630134732544373
Binary101111001010100011100110101110011111010101100100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA873; }

 p { color: rgb(188,168,115); }

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

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

 a { background-color: rgb(188,168,115); }

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

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

 span { border-color: rgb(188,168,115); }

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