#BCB277

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

Shades of Ecru #BCB277

Tints of Ecru #BCB277

Color information

#BCB277 (or 0xBCB277) is unknown color: approx Ecru. HEX triplet: BC, B2 and 77. RGB value is (188,178,119). Sum of RGB (Red+Green+Blue) = 188+178+119=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 178 (69.92% from 255 or 36.70% from 485); Blue value is 119 (46.88% from 255 or 24.54% from 485); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB277 is #434D88. Grayscale: #AEAEAE. Windows color (decimal): -4410761 or 7844540. OLE color: 7844540.

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

Color convert

RGB188178119-
CMYK00.050.370.26
HSL51.3º33.99%60.2%-
HSV(B)51.3º36.7%73.73%-
XYZ39.9943.8623.81-
YUV174.2696.81137.8-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.76%
GREEN value IS 178 (69.92% from 255) = 36.70%
BLUE value IS 119 (46.88% from 255) = 24.54%
R=38.76%
G=36.70%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817811900.050.370.2651.333.9960.2
HexBCB27705251A33223c
Octal274262167054532634274
Binary10111100101100101110111010110010111010110011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB277; }

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

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

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

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

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

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

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

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