#BCB084

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

Shades of Ecru #BCB084

Tints of Ecru #BCB084

Color information

#BCB084 (or 0xBCB084) is unknown color: approx Ecru. HEX triplet: BC, B0 and 84. RGB value is (188,176,132). Sum of RGB (Red+Green+Blue) = 188+176+132=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 176 (69.14% from 255 or 35.48% from 496); Blue value is 132 (51.95% from 255 or 26.61% from 496); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB084 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB084 is #434F7B. Grayscale: #AEAEAE. Windows color (decimal): -4411260 or 8695996. OLE color: 8695996.

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

Color convert

RGB188176132-
CMYK00.060.300.26
HSL47.14º29.47%62.75%-
HSV(B)47.14º29.79%73.73%-
XYZ40.4343.4128.08-
YUV174.57103.98137.58-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.90%
GREEN value IS 176 (69.14% from 255) = 35.48%
BLUE value IS 132 (51.95% from 255) = 26.61%
R=37.90%
G=35.48%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817613200.060.300.2647.1429.4762.75
HexBCB084061E1A2f1d3f
Octal274260204063632573577
Binary1011110010110000100001000110111101101010111111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB084; }

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

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

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

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

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

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

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

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