#BCAB73

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

Shades of Ecru #BCAB73

Tints of Ecru #BCAB73

Color information

#BCAB73 (or 0xBCAB73) is unknown color: approx Ecru. HEX triplet: BC, AB and 73. RGB value is (188,171,115). Sum of RGB (Red+Green+Blue) = 188+171+115=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 115 (45.31% from 255 or 24.26% from 474); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAB73 is #43548C. Grayscale: #A9A9A9. Windows color (decimal): -4412557 or 7580604. OLE color: 7580604.

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

Color convert

RGB188171115-
CMYK00.090.390.26
HSL46.03º35.27%59.41%-
HSV(B)46.03º38.83%73.73%-
XYZ38.441.0522.12-
YUV169.797.13141.05-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.66%
GREEN value IS 171 (67.19% from 255) = 36.08%
BLUE value IS 115 (45.31% from 255) = 24.26%
R=39.66%
G=36.08%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817111500.090.390.2646.0335.2759.41
HexBCAB7309271A2e233b
Octal2742531630114732564373
Binary101111001010101111100110100110011111010101110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAB73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAB73; }

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

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

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

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

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

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

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

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