#BCAD66

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

Shades of Gimblet #BCAD66

Tints of Gimblet #BCAD66

Color information

#BCAD66 (or 0xBCAD66) is unknown color: approx Gimblet. HEX triplet: BC, AD and 66. RGB value is (188,173,102). Sum of RGB (Red+Green+Blue) = 188+173+102=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 173 (67.97% from 255 or 37.37% from 463); Blue value is 102 (40.23% from 255 or 22.03% from 463); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAD66 is #435299. Grayscale: #A9A9A9. Windows color (decimal): -4412058 or 6729148. OLE color: 6729148.

HSL color Cylindrical-coordinate representation of color #BCAD66: hue angle of 49.53º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BCAD66 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB188173102-
CMYK00.080.460.26
HSL49.53º39.09%56.86%-
HSV(B)49.53º45.74%73.73%-
XYZ38.0841.5418.58-
YUV169.3989.97141.27-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.60%
GREEN value IS 173 (67.97% from 255) = 37.37%
BLUE value IS 102 (40.23% from 255) = 22.03%
R=40.60%
G=37.37%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817310200.080.460.2649.5339.0956.86
HexBCAD66082E1A322739
Octal2742551460105632624771
Binary101111001010110111001100100010111011010110010100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAD66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAD66; }

 p { color: rgb(188,173,102); }

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

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

 a { background-color: rgb(188,173,102); }

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

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

 span { border-color: rgb(188,173,102); }

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