#BCA960

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

Shades of Gimblet #BCA960

Tints of Gimblet #BCA960

Color information

#BCA960 (or 0xBCA960) is unknown color: approx Gimblet. HEX triplet: BC, A9 and 60. RGB value is (188,169,96). Sum of RGB (Red+Green+Blue) = 188+169+96=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 169 (66.41% from 255 or 37.31% from 453); Blue value is 96 (37.89% from 255 or 21.19% from 453); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA960 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA960 is #43569F. Grayscale: #A6A6A6. Windows color (decimal): -4413088 or 6334908. OLE color: 6334908.

HSL color Cylindrical-coordinate representation of color #BCA960: hue angle of 47.61º 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 #BCA960 is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB18816996-
CMYK00.100.490.26
HSL47.61º40.71%55.69%-
HSV(B)47.61º48.94%73.73%-
XYZ37.0439.9116.82-
YUV166.3688.29143.44-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.50%
GREEN value IS 169 (66.41% from 255) = 37.31%
BLUE value IS 96 (37.89% from 255) = 21.19%
R=41.50%
G=37.31%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881699600.100.490.2647.6140.7155.69
HexBCA9600A311A302938
Octal2742511400126132605170
Binary101111001010100111000000101011000111010110000101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA960; }

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

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

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

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

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

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

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

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