#BCB176

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

Shades of Ecru #BCB176

Tints of Ecru #BCB176

Color information

#BCB176 (or 0xBCB176) is unknown color: approx Ecru. HEX triplet: BC, B1 and 76. RGB value is (188,177,118). Sum of RGB (Red+Green+Blue) = 188+177+118=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 177 (69.53% from 255 or 36.65% from 483); Blue value is 118 (46.48% from 255 or 24.43% from 483); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB176 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB176 is #434E89. Grayscale: #ADADAD. Windows color (decimal): -4411018 or 7778748. OLE color: 7778748.

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

Color convert

RGB188177118-
CMYK00.060.370.26
HSL50.57º34.31%60%-
HSV(B)50.57º37.23%73.73%-
XYZ39.7343.4423.43-
YUV173.5696.64138.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.92%
GREEN value IS 177 (69.53% from 255) = 36.65%
BLUE value IS 118 (46.48% from 255) = 24.43%
R=38.92%
G=36.65%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817711800.060.370.2650.5734.3160
HexBCB17606251A33223c
Octal274261166064532634274
Binary10111100101100011110110011010010111010110011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB176; }

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

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

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

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

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

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

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

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