#BCAE59

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

Shades of Gimblet #BCAE59

Tints of Gimblet #BCAE59

Color information

#BCAE59 (or 0xBCAE59) is unknown color: approx Gimblet. HEX triplet: BC, AE and 59. RGB value is (188,174,89). Sum of RGB (Red+Green+Blue) = 188+174+89=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 174 (68.36% from 255 or 38.58% from 451); Blue value is 89 (35.16% from 255 or 19.73% from 451); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAE59 is #4351A6. Grayscale: #A8A8A8. Windows color (decimal): -4411815 or 5877436. OLE color: 5877436.

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

Color convert

RGB18817489-
CMYK00.070.530.26
HSL51.52º42.49%54.31%-
HSV(B)51.52º52.66%73.73%-
XYZ37.6841.6815.51-
YUV168.583.14141.91-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.69%
GREEN value IS 174 (68.36% from 255) = 38.58%
BLUE value IS 89 (35.16% from 255) = 19.73%
R=41.69%
G=38.58%
B=19.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881748900.070.530.2651.5242.4954.31
HexBCAE5907351A342a36
Octal274256131076532645266
Binary10111100101011101011001011111010111010110100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAE59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAE59; }

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

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

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

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

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

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

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

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