#BCAC6D

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

Shades of Gimblet #BCAC6D

Tints of Gimblet #BCAC6D

Color information

#BCAC6D (or 0xBCAC6D) is unknown color: approx Gimblet. HEX triplet: BC, AC and 6D. RGB value is (188,172,109). Sum of RGB (Red+Green+Blue) = 188+172+109=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 172 (67.58% from 255 or 36.67% from 469); Blue value is 109 (42.97% from 255 or 23.24% from 469); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAC6D is #435392. Grayscale: #A9A9A9. Windows color (decimal): -4412307 or 7187644. OLE color: 7187644.

HSL color Cylindrical-coordinate representation of color #BCAC6D: hue angle of 47.85º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BCAC6D is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.26.

Color convert

RGB188172109-
CMYK00.090.420.26
HSL47.85º37.09%58.24%-
HSV(B)47.85º42.02%73.73%-
XYZ38.2541.320.42-
YUV169.693.8141.12-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.09%
GREEN value IS 172 (67.58% from 255) = 36.67%
BLUE value IS 109 (42.97% from 255) = 23.24%
R=40.09%
G=36.67%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817210900.090.420.2647.8537.0958.24
HexBCAC6D092A1A30253a
Octal2742541550115232604572
Binary101111001010110011011010100110101011010110000100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAC6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAC6D; }

 p { color: rgb(188,172,109); }

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

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

 a { background-color: rgb(188,172,109); }

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

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

 span { border-color: rgb(188,172,109); }

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