#BCAB68

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

Shades of Gimblet #BCAB68

Tints of Gimblet #BCAB68

Color information

#BCAB68 (or 0xBCAB68) is unknown color: approx Gimblet. HEX triplet: BC, AB and 68. RGB value is (188,171,104). Sum of RGB (Red+Green+Blue) = 188+171+104=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 171 (67.19% from 255 or 36.93% from 463); Blue value is 104 (41.02% from 255 or 22.46% from 463); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAB68 is #435497. Grayscale: #A8A8A8. Windows color (decimal): -4412568 or 6859708. OLE color: 6859708.

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

Color convert

RGB188171104-
CMYK00.090.450.26
HSL47.86º38.53%57.25%-
HSV(B)47.86º44.68%73.73%-
XYZ37.840.8218.98-
YUV168.4491.63141.95-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.60%
GREEN value IS 171 (67.19% from 255) = 36.93%
BLUE value IS 104 (41.02% from 255) = 22.46%
R=40.60%
G=36.93%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817110400.090.450.2647.8638.5357.25
HexBCAB68092D1A302739
Octal2742531500115532604771
Binary101111001010101111010000100110110111010110000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAB68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAB68; }

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

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

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

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

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

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

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

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