#BCAC68

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

Shades of Gimblet #BCAC68

Tints of Gimblet #BCAC68

Color information

#BCAC68 (or 0xBCAC68) is unknown color: approx Gimblet. HEX triplet: BC, AC and 68. RGB value is (188,172,104). Sum of RGB (Red+Green+Blue) = 188+172+104=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 172 (67.58% from 255 or 37.07% from 464); Blue value is 104 (41.02% from 255 or 22.41% from 464); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAC68 is #435397. Grayscale: #A9A9A9. Windows color (decimal): -4412312 or 6859964. OLE color: 6859964.

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

Color convert

RGB188172104-
CMYK00.090.450.26
HSL48.57º38.53%57.25%-
HSV(B)48.57º44.68%73.73%-
XYZ37.9941.219.05-
YUV169.0391.3141.53-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.52%
GREEN value IS 172 (67.58% from 255) = 37.07%
BLUE value IS 104 (41.02% from 255) = 22.41%
R=40.52%
G=37.07%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817210400.090.450.2648.5738.5357.25
HexBCAC68092D1A312739
Octal2742541500115532614771
Binary101111001010110011010000100110110111010110001100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAC68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAC68; }

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

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

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

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

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

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

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

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