#BCB481

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

Shades of Ecru #BCB481

Tints of Ecru #BCB481

Color information

#BCB481 (or 0xBCB481) is unknown color: approx Ecru. HEX triplet: BC, B4 and 81. RGB value is (188,180,129). Sum of RGB (Red+Green+Blue) = 188+180+129=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 180 (70.70% from 255 or 36.22% from 497); Blue value is 129 (50.78% from 255 or 25.96% from 497); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB481 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB481 is #434B7E. Grayscale: #B0B0B0. Windows color (decimal): -4410239 or 8500412. OLE color: 8500412.

HSL color Cylindrical-coordinate representation of color #BCB481: hue angle of 51.86º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BCB481 is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.26.

Color convert

RGB188180129-
CMYK00.040.310.26
HSL51.86º30.57%62.16%-
HSV(B)51.86º31.38%73.73%-
XYZ41.0244.9227.28-
YUV176.58101.15136.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.83%
GREEN value IS 180 (70.70% from 255) = 36.22%
BLUE value IS 129 (50.78% from 255) = 25.96%
R=37.83%
G=36.22%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818012900.040.310.2651.8630.5762.16
HexBCB481041F1A341f3e
Octal274264201043732643776
Binary1011110010110100100000010100111111101011010011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB481; }

 p { color: rgb(188,180,129); }

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

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

 a { background-color: rgb(188,180,129); }

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

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

 span { border-color: rgb(188,180,129); }

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