#BCAB6C

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

Shades of Gimblet #BCAB6C

Tints of Gimblet #BCAB6C

Color information

#BCAB6C (or 0xBCAB6C) is unknown color: approx Gimblet. HEX triplet: BC, AB and 6C. RGB value is (188,171,108). Sum of RGB (Red+Green+Blue) = 188+171+108=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 108 (42.58% from 255 or 23.13% from 467); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAB6C is #435493. Grayscale: #A9A9A9. Windows color (decimal): -4412564 or 7121852. OLE color: 7121852.

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

Color convert

RGB188171108-
CMYK00.090.430.26
HSL47.25º37.38%58.04%-
HSV(B)47.25º42.55%73.73%-
XYZ38.0140.920.08-
YUV168.993.63141.62-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.26%
GREEN value IS 171 (67.19% from 255) = 36.62%
BLUE value IS 108 (42.58% from 255) = 23.13%
R=40.26%
G=36.62%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817110800.090.430.2647.2537.3858.04
HexBCAB6C092B1A2f253a
Octal2742531540115332574572
Binary101111001010101111011000100110101111010101111100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAB6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAB6C; }

 p { color: rgb(188,171,108); }

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

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

 a { background-color: rgb(188,171,108); }

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

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

 span { border-color: rgb(188,171,108); }

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