#BCB07A

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

Shades of Ecru #BCB07A

Tints of Ecru #BCB07A

Color information

#BCB07A (or 0xBCB07A) is unknown color: approx Ecru. HEX triplet: BC, B0 and 7A. RGB value is (188,176,122). Sum of RGB (Red+Green+Blue) = 188+176+122=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 176 (69.14% from 255 or 36.21% from 486); Blue value is 122 (48.05% from 255 or 25.10% from 486); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB07A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB07A is #434F85. Grayscale: #ADADAD. Windows color (decimal): -4411270 or 8040636. OLE color: 8040636.

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

Color convert

RGB188176122-
CMYK00.060.350.26
HSL49.09º33%60.78%-
HSV(B)49.09º35.11%73.73%-
XYZ39.7843.1524.64-
YUV173.4398.98138.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.68%
GREEN value IS 176 (69.14% from 255) = 36.21%
BLUE value IS 122 (48.05% from 255) = 25.10%
R=38.68%
G=36.21%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817612200.060.350.2649.093360.78
HexBCB07A06231A31213d
Octal274260172064332614175
Binary10111100101100001111010011010001111010110001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB07A; }

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

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

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

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

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

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

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

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