#BCAC61

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

Shades of Gimblet #BCAC61

Tints of Gimblet #BCAC61

Color information

#BCAC61 (or 0xBCAC61) is unknown color: approx Gimblet. HEX triplet: BC, AC and 61. RGB value is (188,172,97). Sum of RGB (Red+Green+Blue) = 188+172+97=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 172 (67.58% from 255 or 37.64% from 457); Blue value is 97 (38.28% from 255 or 21.23% from 457); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAC61 is #43539E. Grayscale: #A8A8A8. Windows color (decimal): -4412319 or 6401212. OLE color: 6401212.

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

Color convert

RGB18817297-
CMYK00.090.480.26
HSL49.45º40.44%55.88%-
HSV(B)49.45º48.4%73.73%-
XYZ37.6541.0617.25-
YUV168.2387.8142.1-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.14%
GREEN value IS 172 (67.58% from 255) = 37.64%
BLUE value IS 97 (38.28% from 255) = 21.23%
R=41.14%
G=37.64%
B=21.23%

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
Decimal1881729700.090.480.2649.4540.4455.88
HexBCAC6109301A312838
Octal2742541410116032615070
Binary101111001010110011000010100111000011010110001101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAC61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAC61; }

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

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

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

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

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

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

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

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