#BCA85D

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

Shades of Gimblet #BCA85D

Tints of Gimblet #BCA85D

Color information

#BCA85D (or 0xBCA85D) is unknown color: approx Gimblet. HEX triplet: BC, A8 and 5D. RGB value is (188,168,93). Sum of RGB (Red+Green+Blue) = 188+168+93=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 168 (66.02% from 255 or 37.42% from 449); Blue value is 93 (36.72% from 255 or 20.71% from 449); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA85D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA85D is #4357A2. Grayscale: #A5A5A5. Windows color (decimal): -4413347 or 6138044. OLE color: 6138044.

HSL color Cylindrical-coordinate representation of color #BCA85D: hue angle of 47.37º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BCA85D is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB18816893-
CMYK00.110.510.26
HSL47.37º41.48%55.1%-
HSV(B)47.37º50.53%73.73%-
XYZ36.7239.4916.04-
YUV165.4387.13144.1-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.87%
GREEN value IS 168 (66.02% from 255) = 37.42%
BLUE value IS 93 (36.72% from 255) = 20.71%
R=41.87%
G=37.42%
B=20.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881689300.110.510.2647.3741.4855.1
HexBCA85D0B331A2f2937
Octal2742501350136332575167
Binary101111001010100010111010101111001111010101111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA85D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA85D; }

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

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

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

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

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

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

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

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