#BCB083

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

Shades of Ecru #BCB083

Tints of Ecru #BCB083

Color information

#BCB083 (or 0xBCB083) is unknown color: approx Ecru. HEX triplet: BC, B0 and 83. RGB value is (188,176,131). Sum of RGB (Red+Green+Blue) = 188+176+131=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 176 (69.14% from 255 or 35.56% from 495); Blue value is 131 (51.56% from 255 or 26.46% from 495); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB083 is #434F7C. Grayscale: #AEAEAE. Windows color (decimal): -4411261 or 8630460. OLE color: 8630460.

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

Color convert

RGB188176131-
CMYK00.060.300.26
HSL47.37º29.84%62.55%-
HSV(B)47.37º30.32%73.73%-
XYZ40.3643.3827.72-
YUV174.46103.48137.66-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.98%
GREEN value IS 176 (69.14% from 255) = 35.56%
BLUE value IS 131 (51.56% from 255) = 26.46%
R=37.98%
G=35.56%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817613100.060.300.2647.3729.8462.55
HexBCB083061E1A2f1e3f
Octal274260203063632573677
Binary1011110010110000100000110110111101101010111111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB083; }

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

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

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

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

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

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

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

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