#BCB27D

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

Shades of Ecru #BCB27D

Tints of Ecru #BCB27D

Color information

#BCB27D (or 0xBCB27D) is unknown color: approx Ecru. HEX triplet: BC, B2 and 7D. RGB value is (188,178,125). Sum of RGB (Red+Green+Blue) = 188+178+125=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 178 (69.92% from 255 or 36.25% from 491); Blue value is 125 (49.22% from 255 or 25.46% from 491); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB27D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB27D is #434D82. Grayscale: #AFAFAF. Windows color (decimal): -4410755 or 8237756. OLE color: 8237756.

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

Color convert

RGB188178125-
CMYK00.050.340.26
HSL50.48º31.98%61.37%-
HSV(B)50.48º33.51%73.73%-
XYZ40.3644.0125.77-
YUV174.9599.81137.31-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.29%
GREEN value IS 178 (69.92% from 255) = 36.25%
BLUE value IS 125 (49.22% from 255) = 25.46%
R=38.29%
G=36.25%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817812500.050.340.2650.4831.9861.37
HexBCB27D05221A32203d
Octal274262175054232624075
Binary10111100101100101111101010110001011010110010100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB27D; }

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

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

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

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

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

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

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

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