#BCB280

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

Shades of Ecru #BCB280

Tints of Ecru #BCB280

Color information

#BCB280 (or 0xBCB280) is unknown color: approx Ecru. HEX triplet: BC, B2 and 80. RGB value is (188,178,128). Sum of RGB (Red+Green+Blue) = 188+178+128=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 178 (69.92% from 255 or 36.03% from 494); Blue value is 128 (50.39% from 255 or 25.91% from 494); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB280 is #434D7F. Grayscale: #AFAFAF. Windows color (decimal): -4410752 or 8434364. OLE color: 8434364.

HSL color Cylindrical-coordinate representation of color #BCB280: hue angle of 50º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BCB280 is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB188178128-
CMYK00.050.320.26
HSL50º30.93%61.96%-
HSV(B)50º31.91%73.73%-
XYZ40.5644.0926.79-
YUV175.29101.31137.07-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.06%
GREEN value IS 178 (69.92% from 255) = 36.03%
BLUE value IS 128 (50.39% from 255) = 25.91%
R=38.06%
G=36.03%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817812800.050.320.265030.9361.96
HexBCB28005201A321f3e
Octal274262200054032623776
Binary10111100101100101000000001011000001101011001011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB280; }

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

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

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

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

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

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

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

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