#BCAC62

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

Shades of Gimblet #BCAC62

Tints of Gimblet #BCAC62

Color information

#BCAC62 (or 0xBCAC62) is unknown color: approx Gimblet. HEX triplet: BC, AC and 62. RGB value is (188,172,98). Sum of RGB (Red+Green+Blue) = 188+172+98=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 172 (67.58% from 255 or 37.55% from 458); Blue value is 98 (38.67% from 255 or 21.40% from 458); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAC62 is #43539D. Grayscale: #A8A8A8. Windows color (decimal): -4412318 or 6466748. OLE color: 6466748.

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

Color convert

RGB18817298-
CMYK00.090.480.26
HSL49.33º40.18%56.08%-
HSV(B)49.33º47.87%73.73%-
XYZ37.741.0817.5-
YUV168.3588.3142.02-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.05%
GREEN value IS 172 (67.58% from 255) = 37.55%
BLUE value IS 98 (38.67% from 255) = 21.40%
R=41.05%
G=37.55%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881729800.090.480.2649.3340.1856.08
HexBCAC6209301A312838
Octal2742541420116032615070
Binary101111001010110011000100100111000011010110001101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAC62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAC62; }

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

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

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

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

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

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

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

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