#BCB27B

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

Shades of Ecru #BCB27B

Tints of Ecru #BCB27B

Color information

#BCB27B (or 0xBCB27B) is unknown color: approx Ecru. HEX triplet: BC, B2 and 7B. RGB value is (188,178,123). Sum of RGB (Red+Green+Blue) = 188+178+123=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 178 (69.92% from 255 or 36.40% from 489); Blue value is 123 (48.44% from 255 or 25.15% from 489); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB27B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB27B is #434D84. Grayscale: #AEAEAE. Windows color (decimal): -4410757 or 8106684. OLE color: 8106684.

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

Color convert

RGB188178123-
CMYK00.050.350.26
HSL50.77º32.66%60.98%-
HSV(B)50.77º34.57%73.73%-
XYZ40.2343.9625.1-
YUV174.7298.81137.47-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.45%
GREEN value IS 178 (69.92% from 255) = 36.40%
BLUE value IS 123 (48.44% from 255) = 25.15%
R=38.45%
G=36.40%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817812300.050.350.2650.7732.6660.98
HexBCB27B05231A33213d
Octal274262173054332634175
Binary10111100101100101111011010110001111010110011100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB27B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB27B; }

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

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

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

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

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

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

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

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