#BFAD66

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

Shades of Gimblet #BFAD66

Tints of Gimblet #BFAD66

Color information

#BFAD66 (or 0xBFAD66) is unknown color: approx Gimblet. HEX triplet: BF, AD and 66. RGB value is (191,173,102). Sum of RGB (Red+Green+Blue) = 191+173+102=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 173 (67.97% from 255 or 37.12% from 466); Blue value is 102 (40.23% from 255 or 21.89% from 466); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAD66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAD66 is #405299. Grayscale: #AAAAAA. Windows color (decimal): -4215450 or 6729151. OLE color: 6729151.

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

Color convert

RGB191173102-
CMYK00.090.470.25
HSL47.87º41.01%57.45%-
HSV(B)47.87º46.6%74.9%-
XYZ38.8341.9218.62-
YUV170.2989.46142.77-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.99%
GREEN value IS 173 (67.97% from 255) = 37.12%
BLUE value IS 102 (40.23% from 255) = 21.89%
R=40.99%
G=37.12%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117310200.090.470.2547.8741.0157.45
HexBFAD66092F19302939
Octal2772551460115731605171
Binary101111111010110111001100100110111111001110000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAD66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAD66; }

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

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

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

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

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

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

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

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