#BCAB66

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

Shades of Gimblet #BCAB66

Tints of Gimblet #BCAB66

Color information

#BCAB66 (or 0xBCAB66) is unknown color: approx Gimblet. HEX triplet: BC, AB and 66. RGB value is (188,171,102). Sum of RGB (Red+Green+Blue) = 188+171+102=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 171 (67.19% from 255 or 37.09% from 461); Blue value is 102 (40.23% from 255 or 22.13% from 461); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAB66 is #435499. Grayscale: #A8A8A8. Windows color (decimal): -4412570 or 6728636. OLE color: 6728636.

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

Color convert

RGB188171102-
CMYK00.090.460.26
HSL48.14º39.09%56.86%-
HSV(B)48.14º45.74%73.73%-
XYZ37.740.7818.45-
YUV168.2290.63142.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.78%
GREEN value IS 171 (67.19% from 255) = 37.09%
BLUE value IS 102 (40.23% from 255) = 22.13%
R=40.78%
G=37.09%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817110200.090.460.2648.1439.0956.86
HexBCAB66092E1A302739
Octal2742531460115632604771
Binary101111001010101111001100100110111011010110000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAB66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAB66; }

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

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

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

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

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

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

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

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