#BCA75E

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

Shades of Gimblet #BCA75E

Tints of Gimblet #BCA75E

Color information

#BCA75E (or 0xBCA75E) is unknown color: approx Gimblet. HEX triplet: BC, A7 and 5E. RGB value is (188,167,94). Sum of RGB (Red+Green+Blue) = 188+167+94=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 167 (65.62% from 255 or 37.19% from 449); Blue value is 94 (37.11% from 255 or 20.94% from 449); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA75E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA75E is #4358A1. Grayscale: #A5A5A5. Windows color (decimal): -4413602 or 6203324. OLE color: 6203324.

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

Color convert

RGB18816794-
CMYK00.110.500.26
HSL46.6º41.23%55.29%-
HSV(B)46.6º50%73.73%-
XYZ36.5839.1416.22-
YUV164.9687.96144.44-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.87%
GREEN value IS 167 (65.62% from 255) = 37.19%
BLUE value IS 94 (37.11% from 255) = 20.94%
R=41.87%
G=37.19%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.50
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881679400.110.500.2646.641.2355.29
HexBCA75E0B321A2f2937
Octal2742471360136232575167
Binary101111001010011110111100101111001011010101111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA75E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA75E; }

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

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

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

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

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

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

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

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