#BFAE60

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

Shades of Gimblet #BFAE60

Tints of Gimblet #BFAE60

Color information

#BFAE60 (or 0xBFAE60) is unknown color: approx Gimblet. HEX triplet: BF, AE and 60. RGB value is (191,174,96). Sum of RGB (Red+Green+Blue) = 191+174+96=461 (61% of max value = 765). Red value is 191 (75% from 255 or 41.43% from 461); Green value is 174 (68.36% from 255 or 37.74% from 461); Blue value is 96 (37.89% from 255 or 20.82% from 461); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAE60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAE60 is #40519F. Grayscale: #AAAAAA. Windows color (decimal): -4215200 or 6336191. OLE color: 6336191.

HSL color Cylindrical-coordinate representation of color #BFAE60: hue angle of 49.26º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BFAE60 is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB19117496-
CMYK00.090.500.25
HSL49.26º42.6%56.27%-
HSV(B)49.26º49.74%74.9%-
XYZ38.7342.1917.17-
YUV170.1986.13142.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.43%
GREEN value IS 174 (68.36% from 255) = 37.74%
BLUE value IS 96 (37.89% from 255) = 20.82%
R=41.43%
G=37.74%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911749600.090.500.2549.2642.656.27
HexBFAE60093219312b38
Octal2772561400116231615370
Binary101111111010111011000000100111001011001110001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAE60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAE60; }

 p { color: rgb(191,174,96); }

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

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

 a { background-color: rgb(191,174,96); }

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

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

 span { border-color: rgb(191,174,96); }

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