#BCB180

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

Shades of Ecru #BCB180

Tints of Ecru #BCB180

Color information

#BCB180 (or 0xBCB180) is unknown color: approx Ecru. HEX triplet: BC, B1 and 80. RGB value is (188,177,128). Sum of RGB (Red+Green+Blue) = 188+177+128=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 177 (69.53% from 255 or 35.90% from 493); Blue value is 128 (50.39% from 255 or 25.96% from 493); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB180 is #434E7F. Grayscale: #AEAEAE. Windows color (decimal): -4411008 or 8434108. OLE color: 8434108.

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

Color convert

RGB188177128-
CMYK00.060.320.26
HSL49º30.93%61.96%-
HSV(B)49º31.91%73.73%-
XYZ40.3643.6926.73-
YUV174.7101.64137.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.13%
GREEN value IS 177 (69.53% from 255) = 35.90%
BLUE value IS 128 (50.39% from 255) = 25.96%
R=38.13%
G=35.90%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817712800.060.320.264930.9361.96
HexBCB18006201A311f3e
Octal274261200064032613776
Binary10111100101100011000000001101000001101011000111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB180; }

 p { color: rgb(188,177,128); }

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

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

 a { background-color: rgb(188,177,128); }

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

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

 span { border-color: rgb(188,177,128); }

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