#BCB279

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

Shades of Ecru #BCB279

Tints of Ecru #BCB279

Color information

#BCB279 (or 0xBCB279) is unknown color: approx Ecru. HEX triplet: BC, B2 and 79. RGB value is (188,178,121). Sum of RGB (Red+Green+Blue) = 188+178+121=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 178 (69.92% from 255 or 36.55% from 487); Blue value is 121 (47.66% from 255 or 24.85% from 487); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB279 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB279 is #434D86. Grayscale: #AEAEAE. Windows color (decimal): -4410759 or 7975612. OLE color: 7975612.

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

Color convert

RGB188178121-
CMYK00.050.360.26
HSL51.04º33.33%60.59%-
HSV(B)51.04º35.64%73.73%-
XYZ40.1143.9124.45-
YUV174.4997.81137.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.60%
GREEN value IS 178 (69.92% from 255) = 36.55%
BLUE value IS 121 (47.66% from 255) = 24.85%
R=38.60%
G=36.55%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.36
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817812100.050.360.2651.0433.3360.59
HexBCB27905241A33213d
Octal274262171054432634175
Binary10111100101100101111001010110010011010110011100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB279; }

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

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

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

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

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

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

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

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