#BCAD64

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

Shades of Gimblet #BCAD64

Tints of Gimblet #BCAD64

Color information

#BCAD64 (or 0xBCAD64) is unknown color: approx Gimblet. HEX triplet: BC, AD and 64. RGB value is (188,173,100). Sum of RGB (Red+Green+Blue) = 188+173+100=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 173 (67.97% from 255 or 37.53% from 461); Blue value is 100 (39.45% from 255 or 21.69% from 461); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAD64 is #43529B. Grayscale: #A9A9A9. Windows color (decimal): -4412060 or 6598076. OLE color: 6598076.

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

Color convert

RGB188173100-
CMYK00.080.470.26
HSL49.77º39.64%56.47%-
HSV(B)49.77º46.81%73.73%-
XYZ37.9841.518.06-
YUV169.1688.97141.44-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.78%
GREEN value IS 173 (67.97% from 255) = 37.53%
BLUE value IS 100 (39.45% from 255) = 21.69%
R=40.78%
G=37.53%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817310000.080.470.2649.7739.6456.47
HexBCAD64082F1A322838
Octal2742551440105732625070
Binary101111001010110111001000100010111111010110010101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAD64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAD64; }

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

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

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

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

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

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

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

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