#BCAD69

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

Shades of Gimblet #BCAD69

Tints of Gimblet #BCAD69

Color information

#BCAD69 (or 0xBCAD69) is unknown color: approx Gimblet. HEX triplet: BC, AD and 69. RGB value is (188,173,105). Sum of RGB (Red+Green+Blue) = 188+173+105=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 173 (67.97% from 255 or 37.12% from 466); Blue value is 105 (41.41% from 255 or 22.53% from 466); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAD69 is #435296. Grayscale: #AAAAAA. Windows color (decimal): -4412055 or 6925756. OLE color: 6925756.

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

Color convert

RGB188173105-
CMYK00.080.440.26
HSL49.16º38.25%57.45%-
HSV(B)49.16º44.15%73.73%-
XYZ38.2341.619.38-
YUV169.7391.47141.03-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.34%
GREEN value IS 173 (67.97% from 255) = 37.12%
BLUE value IS 105 (41.41% from 255) = 22.53%
R=40.34%
G=37.12%
B=22.53%

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
Decimal18817310500.080.440.2649.1638.2557.45
HexBCAD69082C1A312639
Octal2742551510105432614671
Binary101111001010110111010010100010110011010110001100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAD69; }

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

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

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

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

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

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

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

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