#BCAD6A

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

Shades of Gimblet #BCAD6A

Tints of Gimblet #BCAD6A

Color information

#BCAD6A (or 0xBCAD6A) is unknown color: approx Gimblet. HEX triplet: BC, AD and 6A. RGB value is (188,173,106). Sum of RGB (Red+Green+Blue) = 188+173+106=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 173 (67.97% from 255 or 37.04% from 467); Blue value is 106 (41.80% from 255 or 22.70% from 467); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAD6A is #435295. Grayscale: #AAAAAA. Windows color (decimal): -4412054 or 6991292. OLE color: 6991292.

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

Color convert

RGB188173106-
CMYK00.080.440.26
HSL49.02º37.96%57.65%-
HSV(B)49.02º43.62%73.73%-
XYZ38.2841.6219.65-
YUV169.8591.97140.95-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.26%
GREEN value IS 173 (67.97% from 255) = 37.04%
BLUE value IS 106 (41.80% from 255) = 22.70%
R=40.26%
G=37.04%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817310600.080.440.2649.0237.9657.65
HexBCAD6A082C1A31263a
Octal2742551520105432614672
Binary101111001010110111010100100010110011010110001100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAD6A; }

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

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

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

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

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

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

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

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