#BCAC5C

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

Shades of Gimblet #BCAC5C

Tints of Gimblet #BCAC5C

Color information

#BCAC5C (or 0xBCAC5C) is unknown color: approx Gimblet. HEX triplet: BC, AC and 5C. RGB value is (188,172,92). Sum of RGB (Red+Green+Blue) = 188+172+92=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 172 (67.58% from 255 or 38.05% from 452); Blue value is 92 (36.33% from 255 or 20.35% from 452); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAC5C is #4353A3. Grayscale: #A8A8A8. Windows color (decimal): -4412324 or 6073532. OLE color: 6073532.

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

Color convert

RGB18817292-
CMYK00.090.510.26
HSL50º41.74%54.9%-
HSV(B)50º51.06%73.73%-
XYZ37.4240.9716.06-
YUV167.6685.3142.5-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.59%
GREEN value IS 172 (67.58% from 255) = 38.05%
BLUE value IS 92 (36.33% from 255) = 20.35%
R=41.59%
G=38.05%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881729200.090.510.265041.7454.9
HexBCAC5C09331A322a37
Octal2742541340116332625267
Binary101111001010110010111000100111001111010110010101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAC5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAC5C; }

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

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

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

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

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

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

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

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