#BCB57B

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

Shades of Ecru #BCB57B

Tints of Ecru #BCB57B

Color information

#BCB57B (or 0xBCB57B) is unknown color: approx Ecru. HEX triplet: BC, B5 and 7B. RGB value is (188,181,123). Sum of RGB (Red+Green+Blue) = 188+181+123=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 181 (71.09% from 255 or 36.79% from 492); Blue value is 123 (48.44% from 255 or 25% from 492); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB57B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB57B is #434A84. Grayscale: #B0B0B0. Windows color (decimal): -4409989 or 8107452. OLE color: 8107452.

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

Color convert

RGB188181123-
CMYK00.040.350.26
HSL53.54º32.66%60.98%-
HSV(B)53.54º34.57%73.73%-
XYZ40.8445.1725.31-
YUV176.4897.82136.22-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.21%
GREEN value IS 181 (71.09% from 255) = 36.79%
BLUE value IS 123 (48.44% from 255) = 25%
R=38.21%
G=36.79%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818112300.040.350.2653.5432.6660.98
HexBCB57B04231A36213d
Octal274265173044332664175
Binary10111100101101011111011010010001111010110110100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB57B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB57B; }

 p { color: rgb(188,181,123); }

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

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

 a { background-color: rgb(188,181,123); }

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

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

 span { border-color: rgb(188,181,123); }

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