#BCA763

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

Shades of Gimblet #BCA763

Tints of Gimblet #BCA763

Color information

#BCA763 (or 0xBCA763) is unknown color: approx Gimblet. HEX triplet: BC, A7 and 63. RGB value is (188,167,99). Sum of RGB (Red+Green+Blue) = 188+167+99=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 167 (65.62% from 255 or 36.78% from 454); Blue value is 99 (39.06% from 255 or 21.81% from 454); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA763 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA763 is #43589C. Grayscale: #A5A5A5. Windows color (decimal): -4413597 or 6531004. OLE color: 6531004.

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

Color convert

RGB18816799-
CMYK00.110.470.26
HSL45.84º39.91%56.27%-
HSV(B)45.84º47.34%73.73%-
XYZ36.8139.2317.44-
YUV165.5390.46144.03-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.41%
GREEN value IS 167 (65.62% from 255) = 36.78%
BLUE value IS 99 (39.06% from 255) = 21.81%
R=41.41%
G=36.78%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881679900.110.470.2645.8439.9156.27
HexBCA7630B2F1A2e2838
Octal2742471430135732565070
Binary101111001010011111000110101110111111010101110101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA763; }

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

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

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

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

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

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

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

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