#BCA96A

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

Shades of Gimblet #BCA96A

Tints of Gimblet #BCA96A

Color information

#BCA96A (or 0xBCA96A) is unknown color: approx Gimblet. HEX triplet: BC, A9 and 6A. RGB value is (188,169,106). Sum of RGB (Red+Green+Blue) = 188+169+106=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 169 (66.41% from 255 or 36.50% from 463); Blue value is 106 (41.80% from 255 or 22.89% from 463); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA96A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA96A is #435695. Grayscale: #A7A7A7. Windows color (decimal): -4413078 or 6990268. OLE color: 6990268.

HSL color Cylindrical-coordinate representation of color #BCA96A: hue angle of 46.1º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BCA96A is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB188169106-
CMYK00.100.440.26
HSL46.1º37.96%57.65%-
HSV(B)46.1º43.62%73.73%-
XYZ37.5340.1119.4-
YUV167.593.29142.62-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.60%
GREEN value IS 169 (66.41% from 255) = 36.50%
BLUE value IS 106 (41.80% from 255) = 22.89%
R=40.60%
G=36.50%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816910600.100.440.2646.137.9657.65
HexBCA96A0A2C1A2e263a
Octal2742511520125432564672
Binary101111001010100111010100101010110011010101110100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA96A; }

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

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

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

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

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

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

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

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