#BCB080

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

Shades of Ecru #BCB080

Tints of Ecru #BCB080

Color information

#BCB080 (or 0xBCB080) is unknown color: approx Ecru. HEX triplet: BC, B0 and 80. RGB value is (188,176,128). Sum of RGB (Red+Green+Blue) = 188+176+128=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 176 (69.14% from 255 or 35.77% from 492); Blue value is 128 (50.39% from 255 or 26.02% from 492); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB080 is #434F7F. Grayscale: #AEAEAE. Windows color (decimal): -4411264 or 8433852. OLE color: 8433852.

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

Color convert

RGB188176128-
CMYK00.060.320.26
HSL48º30.93%61.96%-
HSV(B)48º31.91%73.73%-
XYZ40.1643.326.66-
YUV174.12101.98137.9-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.21%
GREEN value IS 176 (69.14% from 255) = 35.77%
BLUE value IS 128 (50.39% from 255) = 26.02%
R=38.21%
G=35.77%
B=26.02%

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
Decimal18817612800.060.320.264830.9361.96
HexBCB08006201A301f3e
Octal274260200064032603776
Binary10111100101100001000000001101000001101011000011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB080; }

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

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

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

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

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

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

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

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