#BCA877

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

Shades of Ecru #BCA877

Tints of Ecru #BCA877

Color information

#BCA877 (or 0xBCA877) is unknown color: approx Ecru. HEX triplet: BC, A8 and 77. RGB value is (188,168,119). Sum of RGB (Red+Green+Blue) = 188+168+119=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 168 (66.02% from 255 or 35.37% from 475); Blue value is 119 (46.88% from 255 or 25.05% from 475); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA877 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA877 is #435788. Grayscale: #A8A8A8. Windows color (decimal): -4413321 or 7841980. OLE color: 7841980.

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

Color convert

RGB188168119-
CMYK00.110.370.26
HSL42.61º33.99%60.2%-
HSV(B)42.61º36.7%73.73%-
XYZ38.0740.0323.17-
YUV168.39100.13141.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.58%
GREEN value IS 168 (66.02% from 255) = 35.37%
BLUE value IS 119 (46.88% from 255) = 25.05%
R=39.58%
G=35.37%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816811900.110.370.2642.6133.9960.2
HexBCA8770B251A2b223c
Octal2742501670134532534274
Binary101111001010100011101110101110010111010101011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA877; }

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

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

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

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

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

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

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

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