#bca85e

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

Shades of Gimblet #BCA85E

Tints of Gimblet #BCA85E

Color information

#BCA85E (or 0xBCA85E) is unknown color: approx Gimblet. HEX triplet: BC, A8 and 5E. RGB value is (188,168,94). Sum of RGB (Red+Green+Blue) = 188+168+94=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 168 (66.02% from 255 or 37.33% from 450); Blue value is 94 (37.11% from 255 or 20.89% from 450); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA85E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA85E is #4357A1. Grayscale: #A5A5A5. Windows color (decimal): -4413346 or 6203580. OLE color: 6203580.

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

Color convert

RGB18816894-
CMYK00.110.500.26
HSL47.23º41.23%55.29%-
HSV(B)47.23º50%73.73%-
XYZ36.7639.516.28-
YUV165.5487.63144.02-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.78%
GREEN value IS 168 (66.02% from 255) = 37.33%
BLUE value IS 94 (37.11% from 255) = 20.89%
R=41.78%
G=37.33%
B=20.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.50
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881689400.110.500.2647.2341.2355.29
HexBCA85E0B321A2f2937
Octal2742501360136232575167
Binary101111001010100010111100101111001011010101111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bca85e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bca85e; }

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

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

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

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

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

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

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

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