#BCA75F

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

Shades of Gimblet #BCA75F

Tints of Gimblet #BCA75F

Color information

#BCA75F (or 0xBCA75F) is unknown color: approx Gimblet. HEX triplet: BC, A7 and 5F. RGB value is (188,167,95). Sum of RGB (Red+Green+Blue) = 188+167+95=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 167 (65.62% from 255 or 37.11% from 450); Blue value is 95 (37.5% from 255 or 21.11% from 450); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA75F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA75F is #4358A0. Grayscale: #A5A5A5. Windows color (decimal): -4413601 or 6268860. OLE color: 6268860.

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

Color convert

RGB18816795-
CMYK00.110.490.26
HSL46.45º40.97%55.49%-
HSV(B)46.45º49.47%73.73%-
XYZ36.6239.1616.45-
YUV165.0788.46144.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.78%
GREEN value IS 167 (65.62% from 255) = 37.11%
BLUE value IS 95 (37.5% from 255) = 21.11%
R=41.78%
G=37.11%
B=21.11%

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
Decimal1881679500.110.490.2646.4540.9755.49
HexBCA75F0B311A2e2937
Octal2742471370136132565167
Binary101111001010011110111110101111000111010101110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA75F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA75F; }

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

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

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

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

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

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

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

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