#BCB380

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

Shades of Ecru #BCB380

Tints of Ecru #BCB380

Color information

#BCB380 (or 0xBCB380) is unknown color: approx Ecru. HEX triplet: BC, B3 and 80. RGB value is (188,179,128). Sum of RGB (Red+Green+Blue) = 188+179+128=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 179 (70.31% from 255 or 36.16% from 495); Blue value is 128 (50.39% from 255 or 25.86% from 495); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB380 is #434C7F. Grayscale: #B0B0B0. Windows color (decimal): -4410496 or 8434620. OLE color: 8434620.

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

Color convert

RGB188179128-
CMYK00.050.320.26
HSL51º30.93%61.96%-
HSV(B)51º31.91%73.73%-
XYZ40.7644.4926.86-
YUV175.88100.98136.65-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.98%
GREEN value IS 179 (70.31% from 255) = 36.16%
BLUE value IS 128 (50.39% from 255) = 25.86%
R=37.98%
G=36.16%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817912800.050.320.265130.9361.96
HexBCB38005201A331f3e
Octal274263200054032633776
Binary10111100101100111000000001011000001101011001111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB380; }

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

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

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

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

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

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

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

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