#BCAB7D

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

Shades of Ecru #BCAB7D

Tints of Ecru #BCAB7D

Color information

#BCAB7D (or 0xBCAB7D) is unknown color: approx Ecru. HEX triplet: BC, AB and 7D. RGB value is (188,171,125). Sum of RGB (Red+Green+Blue) = 188+171+125=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 171 (67.19% from 255 or 35.33% from 484); Blue value is 125 (49.22% from 255 or 25.83% from 484); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAB7D is #435482. Grayscale: #ABABAB. Windows color (decimal): -4412547 or 8235964. OLE color: 8235964.

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

Color convert

RGB188171125-
CMYK00.090.340.26
HSL43.81º31.98%61.37%-
HSV(B)43.81º33.51%73.73%-
XYZ3941.325.32-
YUV170.84102.13140.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.84%
GREEN value IS 171 (67.19% from 255) = 35.33%
BLUE value IS 125 (49.22% from 255) = 25.83%
R=38.84%
G=35.33%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817112500.090.340.2643.8131.9861.37
HexBCAB7D09221A2c203d
Octal2742531750114232544075
Binary101111001010101111111010100110001011010101100100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAB7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAB7D; }

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

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

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

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

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

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

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

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