#BCAB63

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

Shades of Gimblet #BCAB63

Tints of Gimblet #BCAB63

Color information

#BCAB63 (or 0xBCAB63) is unknown color: approx Gimblet. HEX triplet: BC, AB and 63. RGB value is (188,171,99). Sum of RGB (Red+Green+Blue) = 188+171+99=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 171 (67.19% from 255 or 37.34% from 458); Blue value is 99 (39.06% from 255 or 21.62% from 458); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAB63 is #43549C. Grayscale: #A8A8A8. Windows color (decimal): -4412573 or 6532028. OLE color: 6532028.

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

Color convert

RGB18817199-
CMYK00.090.470.26
HSL48.54º39.91%56.27%-
HSV(B)48.54º47.34%73.73%-
XYZ37.5540.7217.68-
YUV167.8889.13142.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.05%
GREEN value IS 171 (67.19% from 255) = 37.34%
BLUE value IS 99 (39.06% from 255) = 21.62%
R=41.05%
G=37.34%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881719900.090.470.2648.5439.9156.27
HexBCAB63092F1A312838
Octal2742531430115732615070
Binary101111001010101111000110100110111111010110001101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAB63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAB63; }

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

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

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

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

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

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

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

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