#BCAC60

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

Shades of Gimblet #BCAC60

Tints of Gimblet #BCAC60

Color information

#BCAC60 (or 0xBCAC60) is unknown color: approx Gimblet. HEX triplet: BC, AC and 60. RGB value is (188,172,96). Sum of RGB (Red+Green+Blue) = 188+172+96=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 172 (67.58% from 255 or 37.72% from 456); Blue value is 96 (37.89% from 255 or 21.05% from 456); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAC60 is #43539F. Grayscale: #A8A8A8. Windows color (decimal): -4412320 or 6335676. OLE color: 6335676.

HSL color Cylindrical-coordinate representation of color #BCAC60: hue angle of 49.57º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BCAC60 is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB18817296-
CMYK00.090.490.26
HSL49.57º40.71%55.69%-
HSV(B)49.57º48.94%73.73%-
XYZ37.641.0417.01-
YUV168.1287.3142.18-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.23%
GREEN value IS 172 (67.58% from 255) = 37.72%
BLUE value IS 96 (37.89% from 255) = 21.05%
R=41.23%
G=37.72%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881729600.090.490.2649.5740.7155.69
HexBCAC6009311A322938
Octal2742541400116132625170
Binary101111001010110011000000100111000111010110010101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAC60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAC60; }

 p { color: rgb(188,172,96); }

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

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

 a { background-color: rgb(188,172,96); }

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

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

 span { border-color: rgb(188,172,96); }

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