#BCAB6D

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

Shades of Gimblet #BCAB6D

Tints of Gimblet #BCAB6D

Color information

#BCAB6D (or 0xBCAB6D) is unknown color: approx Gimblet. HEX triplet: BC, AB and 6D. RGB value is (188,171,109). Sum of RGB (Red+Green+Blue) = 188+171+109=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 171 (67.19% from 255 or 36.54% from 468); Blue value is 109 (42.97% from 255 or 23.29% from 468); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAB6D is #435492. Grayscale: #A9A9A9. Windows color (decimal): -4412563 or 7187388. OLE color: 7187388.

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

Color convert

RGB188171109-
CMYK00.090.420.26
HSL47.09º37.09%58.24%-
HSV(B)47.09º42.02%73.73%-
XYZ38.0640.9220.36-
YUV169.0294.13141.54-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.17%
GREEN value IS 171 (67.19% from 255) = 36.54%
BLUE value IS 109 (42.97% from 255) = 23.29%
R=40.17%
G=36.54%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817110900.090.420.2647.0937.0958.24
HexBCAB6D092A1A2f253a
Octal2742531550115232574572
Binary101111001010101111011010100110101011010101111100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAB6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAB6D; }

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

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

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

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

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

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

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

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