#BCA865

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

Shades of Gimblet #BCA865

Tints of Gimblet #BCA865

Color information

#BCA865 (or 0xBCA865) is unknown color: approx Gimblet. HEX triplet: BC, A8 and 65. RGB value is (188,168,101). Sum of RGB (Red+Green+Blue) = 188+168+101=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 168 (66.02% from 255 or 36.76% from 457); Blue value is 101 (39.84% from 255 or 22.10% from 457); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA865 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA865 is #43579A. Grayscale: #A6A6A6. Windows color (decimal): -4413339 or 6662332. OLE color: 6662332.

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

Color convert

RGB188168101-
CMYK00.110.460.26
HSL46.21º39.37%56.67%-
HSV(B)46.21º46.28%73.73%-
XYZ37.0939.6418.01-
YUV166.3491.13143.45-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.14%
GREEN value IS 168 (66.02% from 255) = 36.76%
BLUE value IS 101 (39.84% from 255) = 22.10%
R=41.14%
G=36.76%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816810100.110.460.2646.2139.3756.67
HexBCA8650B2E1A2e2739
Octal2742501450135632564771
Binary101111001010100011001010101110111011010101110100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA865; }

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

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

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

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

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

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

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

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