#BCAE6C

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

Shades of Gimblet #BCAE6C

Tints of Gimblet #BCAE6C

Color information

#BCAE6C (or 0xBCAE6C) is unknown color: approx Gimblet. HEX triplet: BC, AE and 6C. RGB value is (188,174,108). Sum of RGB (Red+Green+Blue) = 188+174+108=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 174 (68.36% from 255 or 37.02% from 470); Blue value is 108 (42.58% from 255 or 22.98% from 470); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAE6C is #435193. Grayscale: #AAAAAA. Windows color (decimal): -4411796 or 7122620. OLE color: 7122620.

HSL color Cylindrical-coordinate representation of color #BCAE6C: hue angle of 49.5º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BCAE6C is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB188174108-
CMYK00.070.430.26
HSL49.5º37.38%58.04%-
HSV(B)49.5º42.55%73.73%-
XYZ38.5842.0520.27-
YUV170.6692.64140.37-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40%
GREEN value IS 174 (68.36% from 255) = 37.02%
BLUE value IS 108 (42.58% from 255) = 22.98%
R=40%
G=37.02%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817410800.070.430.2649.537.3858.04
HexBCAE6C072B1A32253a
Octal274256154075332624572
Binary10111100101011101101100011110101111010110010100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAE6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAE6C; }

 p { color: rgb(188,174,108); }

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

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

 a { background-color: rgb(188,174,108); }

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

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

 span { border-color: rgb(188,174,108); }

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