#BCA875

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

Shades of Ecru #BCA875

Tints of Ecru #BCA875

Color information

#BCA875 (or 0xBCA875) is unknown color: approx Ecru. HEX triplet: BC, A8 and 75. RGB value is (188,168,117). Sum of RGB (Red+Green+Blue) = 188+168+117=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 168 (66.02% from 255 or 35.52% from 473); Blue value is 117 (46.09% from 255 or 24.74% from 473); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA875 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA875 is #43578A. Grayscale: #A8A8A8. Windows color (decimal): -4413323 or 7710908. OLE color: 7710908.

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

Color convert

RGB188168117-
CMYK00.110.380.26
HSL43.1º34.63%59.8%-
HSV(B)43.1º37.77%73.73%-
XYZ37.9539.9822.55-
YUV168.1799.13142.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.75%
GREEN value IS 168 (66.02% from 255) = 35.52%
BLUE value IS 117 (46.09% from 255) = 24.74%
R=39.75%
G=35.52%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816811700.110.380.2643.134.6359.8
HexBCA8750B261A2b233c
Octal2742501650134632534374
Binary101111001010100011101010101110011011010101011100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA875; }

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

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

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

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

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

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

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

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