#BCB07D

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

Shades of Ecru #BCB07D

Tints of Ecru #BCB07D

Color information

#BCB07D (or 0xBCB07D) is unknown color: approx Ecru. HEX triplet: BC, B0 and 7D. RGB value is (188,176,125). Sum of RGB (Red+Green+Blue) = 188+176+125=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 176 (69.14% from 255 or 35.99% from 489); Blue value is 125 (49.22% from 255 or 25.56% from 489); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB07D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB07D is #434F82. Grayscale: #ADADAD. Windows color (decimal): -4411267 or 8237244. OLE color: 8237244.

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

Color convert

RGB188176125-
CMYK00.060.340.26
HSL48.57º31.98%61.37%-
HSV(B)48.57º33.51%73.73%-
XYZ39.9743.2225.64-
YUV173.77100.48138.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.45%
GREEN value IS 176 (69.14% from 255) = 35.99%
BLUE value IS 125 (49.22% from 255) = 25.56%
R=38.45%
G=35.99%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817612500.060.340.2648.5731.9861.37
HexBCB07D06221A31203d
Octal274260175064232614075
Binary10111100101100001111101011010001011010110001100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB07D; }

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

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

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

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

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

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

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

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