#BCAD56

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

Shades of Gimblet #BCAD56

Tints of Gimblet #BCAD56

Color information

#BCAD56 (or 0xBCAD56) is unknown color: approx Gimblet. HEX triplet: BC, AD and 56. RGB value is (188,173,86). Sum of RGB (Red+Green+Blue) = 188+173+86=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 173 (67.97% from 255 or 38.70% from 447); Blue value is 86 (33.98% from 255 or 19.24% from 447); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAD56 is #4352A9. Grayscale: #A7A7A7. Windows color (decimal): -4412074 or 5680572. OLE color: 5680572.

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

Color convert

RGB18817386-
CMYK00.080.540.26
HSL51.18º43.22%53.73%-
HSV(B)51.18º54.26%73.73%-
XYZ37.3641.2514.8-
YUV167.5781.97142.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.06%
GREEN value IS 173 (67.97% from 255) = 38.70%
BLUE value IS 86 (33.98% from 255) = 19.24%
R=42.06%
G=38.70%
B=19.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881738600.080.540.2651.1843.2253.73
HexBCAD5608361A332b36
Octal2742551260106632635366
Binary101111001010110110101100100011011011010110011101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAD56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAD56; }

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

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

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

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

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

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

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

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