#BCAD6C

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

Shades of Gimblet #BCAD6C

Tints of Gimblet #BCAD6C

Color information

#BCAD6C (or 0xBCAD6C) is unknown color: approx Gimblet. HEX triplet: BC, AD and 6C. RGB value is (188,173,108). Sum of RGB (Red+Green+Blue) = 188+173+108=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 173 (67.97% from 255 or 36.89% from 469); Blue value is 108 (42.58% from 255 or 23.03% from 469); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAD6C is #435293. Grayscale: #AAAAAA. Windows color (decimal): -4412052 or 7122364. OLE color: 7122364.

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

Color convert

RGB188173108-
CMYK00.080.430.26
HSL48.75º37.38%58.04%-
HSV(B)48.75º42.55%73.73%-
XYZ38.3941.6620.21-
YUV170.0892.97140.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.09%
GREEN value IS 173 (67.97% from 255) = 36.89%
BLUE value IS 108 (42.58% from 255) = 23.03%
R=40.09%
G=36.89%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817310800.080.430.2648.7537.3858.04
HexBCAD6C082B1A31253a
Octal2742551540105332614572
Binary101111001010110111011000100010101111010110001100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAD6C; }

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

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

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

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

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

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

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

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