#BCAB59

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

Shades of Gimblet #BCAB59

Tints of Gimblet #BCAB59

Color information

#BCAB59 (or 0xBCAB59) is unknown color: approx Gimblet. HEX triplet: BC, AB and 59. RGB value is (188,171,89). Sum of RGB (Red+Green+Blue) = 188+171+89=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 171 (67.19% from 255 or 38.17% from 448); Blue value is 89 (35.16% from 255 or 19.87% from 448); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAB59 is #4354A6. Grayscale: #A7A7A7. Windows color (decimal): -4412583 or 5876668. OLE color: 5876668.

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

Color convert

RGB18817189-
CMYK00.090.530.26
HSL49.7º42.49%54.31%-
HSV(B)49.7º52.66%73.73%-
XYZ37.1140.5415.32-
YUV166.7484.13143.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.96%
GREEN value IS 171 (67.19% from 255) = 38.17%
BLUE value IS 89 (35.16% from 255) = 19.87%
R=41.96%
G=38.17%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881718900.090.530.2649.742.4954.31
HexBCAB5909351A322a36
Octal2742531310116532625266
Binary101111001010101110110010100111010111010110010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAB59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAB59; }

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

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

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

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

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

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

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

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