#BCAB7B

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

Shades of Ecru #BCAB7B

Tints of Ecru #BCAB7B

Color information

#BCAB7B (or 0xBCAB7B) is unknown color: approx Ecru. HEX triplet: BC, AB and 7B. RGB value is (188,171,123). Sum of RGB (Red+Green+Blue) = 188+171+123=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 171 (67.19% from 255 or 35.48% from 482); Blue value is 123 (48.44% from 255 or 25.52% from 482); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAB7B is #435484. Grayscale: #AAAAAA. Windows color (decimal): -4412549 or 8104892. OLE color: 8104892.

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

Color convert

RGB188171123-
CMYK00.090.350.26
HSL44.31º32.66%60.98%-
HSV(B)44.31º34.57%73.73%-
XYZ38.8841.2524.65-
YUV170.61101.13140.4-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.00%
GREEN value IS 171 (67.19% from 255) = 35.48%
BLUE value IS 123 (48.44% from 255) = 25.52%
R=39.00%
G=35.48%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817112300.090.350.2644.3132.6660.98
HexBCAB7B09231A2c213d
Octal2742531730114332544175
Binary101111001010101111110110100110001111010101100100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAB7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAB7B; }

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

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

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

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

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

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

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

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