#BCA86A

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

Shades of Gimblet #BCA86A

Tints of Gimblet #BCA86A

Color information

#BCA86A (or 0xBCA86A) is unknown color: approx Gimblet. HEX triplet: BC, A8 and 6A. RGB value is (188,168,106). Sum of RGB (Red+Green+Blue) = 188+168+106=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 168 (66.02% from 255 or 36.36% from 462); Blue value is 106 (41.80% from 255 or 22.94% from 462); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA86A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA86A is #435795. Grayscale: #A7A7A7. Windows color (decimal): -4413334 or 6990012. OLE color: 6990012.

HSL color Cylindrical-coordinate representation of color #BCA86A: hue angle of 45.37º 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 #BCA86A is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB188168106-
CMYK00.110.440.26
HSL45.37º37.96%57.65%-
HSV(B)45.37º43.62%73.73%-
XYZ37.3439.7419.34-
YUV166.9193.63143.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.69%
GREEN value IS 168 (66.02% from 255) = 36.36%
BLUE value IS 106 (41.80% from 255) = 22.94%
R=40.69%
G=36.36%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816810600.110.440.2645.3737.9657.65
HexBCA86A0B2C1A2d263a
Octal2742501520135432554672
Binary101111001010100011010100101110110011010101101100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA86A; }

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

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

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

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

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

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

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

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