#BCAB77

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

Shades of Ecru #BCAB77

Tints of Ecru #BCAB77

Color information

#BCAB77 (or 0xBCAB77) is unknown color: approx Ecru. HEX triplet: BC, AB and 77. RGB value is (188,171,119). Sum of RGB (Red+Green+Blue) = 188+171+119=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 119 (46.88% from 255 or 24.90% from 478); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAB77 is #435488. Grayscale: #AAAAAA. Windows color (decimal): -4412553 or 7842748. OLE color: 7842748.

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

Color convert

RGB188171119-
CMYK00.090.370.26
HSL45.22º33.99%60.2%-
HSV(B)45.22º36.7%73.73%-
XYZ38.6341.1523.36-
YUV170.1699.13140.73-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.33%
GREEN value IS 171 (67.19% from 255) = 35.77%
BLUE value IS 119 (46.88% from 255) = 24.90%
R=39.33%
G=35.77%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817111900.090.370.2645.2233.9960.2
HexBCAB7709251A2d223c
Octal2742531670114532554274
Binary101111001010101111101110100110010111010101101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAB77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAB77; }

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

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

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

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

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

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

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

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