#BCB284

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

Shades of Ecru #BCB284

Tints of Ecru #BCB284

Color information

#BCB284 (or 0xBCB284) is unknown color: approx Ecru. HEX triplet: BC, B2 and 84. RGB value is (188,178,132). Sum of RGB (Red+Green+Blue) = 188+178+132=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 178 (69.92% from 255 or 35.74% from 498); Blue value is 132 (51.95% from 255 or 26.51% from 498); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB284 is #434D7B. Grayscale: #AFAFAF. Windows color (decimal): -4410748 or 8696508. OLE color: 8696508.

HSL color Cylindrical-coordinate representation of color #BCB284: hue angle of 49.29º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCB284 is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB188178132-
CMYK00.050.300.26
HSL49.29º29.47%62.75%-
HSV(B)49.29º29.79%73.73%-
XYZ40.8244.228.21-
YUV175.75103.31136.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.75%
GREEN value IS 178 (69.92% from 255) = 35.74%
BLUE value IS 132 (51.95% from 255) = 26.51%
R=37.75%
G=35.74%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817813200.050.300.2649.2929.4762.75
HexBCB284051E1A311d3f
Octal274262204053632613577
Binary1011110010110010100001000101111101101011000111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB284; }

 p { color: rgb(188,178,132); }

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

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

 a { background-color: rgb(188,178,132); }

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

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

 span { border-color: rgb(188,178,132); }

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