#BCA760

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

Shades of Gimblet #BCA760

Tints of Gimblet #BCA760

Color information

#BCA760 (or 0xBCA760) is unknown color: approx Gimblet. HEX triplet: BC, A7 and 60. RGB value is (188,167,96). Sum of RGB (Red+Green+Blue) = 188+167+96=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 167 (65.62% from 255 or 37.03% from 451); Blue value is 96 (37.89% from 255 or 21.29% from 451); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA760 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA760 is #43589F. Grayscale: #A5A5A5. Windows color (decimal): -4413600 or 6334396. OLE color: 6334396.

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

Color convert

RGB18816796-
CMYK00.110.490.26
HSL46.3º40.71%55.69%-
HSV(B)46.3º48.94%73.73%-
XYZ36.6739.1716.69-
YUV165.1888.96144.27-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.69%
GREEN value IS 167 (65.62% from 255) = 37.03%
BLUE value IS 96 (37.89% from 255) = 21.29%
R=41.69%
G=37.03%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881679600.110.490.2646.340.7155.69
HexBCA7600B311A2e2938
Octal2742471400136132565170
Binary101111001010011111000000101111000111010101110101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA760; }

 p { color: rgb(188,167,96); }

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

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

 a { background-color: rgb(188,167,96); }

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

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

 span { border-color: rgb(188,167,96); }

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