#BCAC55

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

Shades of Gimblet #BCAC55

Tints of Gimblet #BCAC55

Color information

#BCAC55 (or 0xBCAC55) is unknown color: approx Gimblet. HEX triplet: BC, AC and 55. RGB value is (188,172,85). Sum of RGB (Red+Green+Blue) = 188+172+85=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 172 (67.58% from 255 or 38.65% from 445); Blue value is 85 (33.59% from 255 or 19.10% from 445); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAC55 is #4353AA. Grayscale: #A7A7A7. Windows color (decimal): -4412331 or 5614780. OLE color: 5614780.

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

Color convert

RGB18817285-
CMYK00.090.550.26
HSL50.68º43.46%53.53%-
HSV(B)50.68º54.79%73.73%-
XYZ37.1340.8514.52-
YUV166.8781.8143.07-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.25%
GREEN value IS 172 (67.58% from 255) = 38.65%
BLUE value IS 85 (33.59% from 255) = 19.10%
R=42.25%
G=38.65%
B=19.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.55
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881728500.090.550.2650.6843.4653.53
HexBCAC5509371A332b36
Octal2742541250116732635366
Binary101111001010110010101010100111011111010110011101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAC55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAC55; }

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

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

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

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

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

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

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

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