#BCB67F

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

Shades of Ecru #BCB67F

Tints of Ecru #BCB67F

Color information

#BCB67F (or 0xBCB67F) is unknown color: approx Ecru. HEX triplet: BC, B6 and 7F. RGB value is (188,182,127). Sum of RGB (Red+Green+Blue) = 188+182+127=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 182 (71.48% from 255 or 36.62% from 497); Blue value is 127 (50% from 255 or 25.55% from 497); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB67F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB67F is #434980. Grayscale: #B1B1B1. Windows color (decimal): -4409729 or 8369852. OLE color: 8369852.

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

Color convert

RGB188182127-
CMYK00.030.320.26
HSL54.1º31.28%61.76%-
HSV(B)54.1º32.45%73.73%-
XYZ41.345.6826.72-
YUV177.5299.49135.47-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.83%
GREEN value IS 182 (71.48% from 255) = 36.62%
BLUE value IS 127 (50% from 255) = 25.55%
R=37.83%
G=36.62%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818212700.030.320.2654.131.2861.76
HexBCB67F03201A361f3e
Octal274266177034032663776
Binary101111001011011011111110111000001101011011011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB67F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB67F; }

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

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

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

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

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

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

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

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