#BCAE65

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

Shades of Gimblet #BCAE65

Tints of Gimblet #BCAE65

Color information

#BCAE65 (or 0xBCAE65) is unknown color: approx Gimblet. HEX triplet: BC, AE and 65. RGB value is (188,174,101). Sum of RGB (Red+Green+Blue) = 188+174+101=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 174 (68.36% from 255 or 37.58% from 463); Blue value is 101 (39.84% from 255 or 21.81% from 463); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAE65 is #43519A. Grayscale: #AAAAAA. Windows color (decimal): -4411803 or 6663868. OLE color: 6663868.

HSL color Cylindrical-coordinate representation of color #BCAE65: hue angle of 50.34º 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 #BCAE65 is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB188174101-
CMYK00.070.460.26
HSL50.34º39.37%56.67%-
HSV(B)50.34º46.28%73.73%-
XYZ38.2241.918.39-
YUV169.8689.14140.94-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.60%
GREEN value IS 174 (68.36% from 255) = 37.58%
BLUE value IS 101 (39.84% from 255) = 21.81%
R=40.60%
G=37.58%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817410100.070.460.2650.3439.3756.67
HexBCAE65072E1A322739
Octal274256145075632624771
Binary10111100101011101100101011110111011010110010100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAE65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAE65; }

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

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

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

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

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

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

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

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