#BCAD5C

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

Shades of Gimblet #BCAD5C

Tints of Gimblet #BCAD5C

Color information

#BCAD5C (or 0xBCAD5C) is unknown color: approx Gimblet. HEX triplet: BC, AD and 5C. RGB value is (188,173,92). Sum of RGB (Red+Green+Blue) = 188+173+92=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 173 (67.97% from 255 or 38.19% from 453); Blue value is 92 (36.33% from 255 or 20.31% from 453); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAD5C is #4352A3. Grayscale: #A8A8A8. Windows color (decimal): -4412068 or 6073788. OLE color: 6073788.

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

Color convert

RGB18817392-
CMYK00.080.510.26
HSL50.62º41.74%54.9%-
HSV(B)50.62º51.06%73.73%-
XYZ37.6141.3516.12-
YUV168.2584.97142.09-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.50%
GREEN value IS 173 (67.97% from 255) = 38.19%
BLUE value IS 92 (36.33% from 255) = 20.31%
R=41.50%
G=38.19%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881739200.080.510.2650.6241.7454.9
HexBCAD5C08331A332a37
Octal2742551340106332635267
Binary101111001010110110111000100011001111010110011101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAD5C; }

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

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

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

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

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

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

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

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