#BFAD61

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

Shades of Gimblet #BFAD61

Tints of Gimblet #BFAD61

Color information

#BFAD61 (or 0xBFAD61) is unknown color: approx Gimblet. HEX triplet: BF, AD and 61. RGB value is (191,173,97). Sum of RGB (Red+Green+Blue) = 191+173+97=461 (61% of max value = 765). Red value is 191 (75% from 255 or 41.43% from 461); Green value is 173 (67.97% from 255 or 37.53% from 461); Blue value is 97 (38.28% from 255 or 21.04% from 461); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAD61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAD61 is #40529E. Grayscale: #AAAAAA. Windows color (decimal): -4215455 or 6401471. OLE color: 6401471.

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

Color convert

RGB19117397-
CMYK00.090.490.25
HSL48.51º42.34%56.47%-
HSV(B)48.51º49.21%74.9%-
XYZ38.5941.8317.35-
YUV169.7286.96143.18-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.43%
GREEN value IS 173 (67.97% from 255) = 37.53%
BLUE value IS 97 (38.28% from 255) = 21.04%
R=41.43%
G=37.53%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911739700.090.490.2548.5142.3456.47
HexBFAD61093119312a38
Octal2772551410116131615270
Binary101111111010110111000010100111000111001110001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAD61; }

 p { color: rgb(191,173,97); }

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

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

 a { background-color: rgb(191,173,97); }

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

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

 span { border-color: rgb(191,173,97); }

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