#BCA95C

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

Shades of Gimblet #BCA95C

Tints of Gimblet #BCA95C

Color information

#BCA95C (or 0xBCA95C) is unknown color: approx Gimblet. HEX triplet: BC, A9 and 5C. RGB value is (188,169,92). Sum of RGB (Red+Green+Blue) = 188+169+92=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 169 (66.41% from 255 or 37.64% from 449); Blue value is 92 (36.33% from 255 or 20.49% from 449); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA95C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA95C is #4356A3. Grayscale: #A6A6A6. Windows color (decimal): -4413092 or 6072764. OLE color: 6072764.

HSL color Cylindrical-coordinate representation of color #BCA95C: hue angle of 48.12º degrees, saturation: 0.42, 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 #BCA95C is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB18816992-
CMYK00.100.510.26
HSL48.12º41.74%54.9%-
HSV(B)48.12º51.06%73.73%-
XYZ36.8639.8415.87-
YUV165.986.29143.76-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.87%
GREEN value IS 169 (66.41% from 255) = 37.64%
BLUE value IS 92 (36.33% from 255) = 20.49%
R=41.87%
G=37.64%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881699200.100.510.2648.1241.7454.9
HexBCA95C0A331A302a37
Octal2742511340126332605267
Binary101111001010100110111000101011001111010110000101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA95C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA95C; }

 p { color: rgb(188,169,92); }

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

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

 a { background-color: rgb(188,169,92); }

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

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

 span { border-color: rgb(188,169,92); }

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