#BCB27F

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

Shades of Ecru #BCB27F

Tints of Ecru #BCB27F

Color information

#BCB27F (or 0xBCB27F) is unknown color: approx Ecru. HEX triplet: BC, B2 and 7F. RGB value is (188,178,127). Sum of RGB (Red+Green+Blue) = 188+178+127=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 178 (69.92% from 255 or 36.11% from 493); Blue value is 127 (50% from 255 or 25.76% from 493); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB27F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB27F is #434D80. Grayscale: #AFAFAF. Windows color (decimal): -4410753 or 8368828. OLE color: 8368828.

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

Color convert

RGB188178127-
CMYK00.050.320.26
HSL50.16º31.28%61.76%-
HSV(B)50.16º32.45%73.73%-
XYZ40.4944.0626.45-
YUV175.18100.81137.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.13%
GREEN value IS 178 (69.92% from 255) = 36.11%
BLUE value IS 127 (50% from 255) = 25.76%
R=38.13%
G=36.11%
B=25.76%

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
Decimal18817812700.050.320.2650.1631.2861.76
HexBCB27F05201A321f3e
Octal274262177054032623776
Binary1011110010110010111111101011000001101011001011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB27F; }

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

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

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

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

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

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

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

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