#BFAD65

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

Shades of Gimblet #BFAD65

Tints of Gimblet #BFAD65

Color information

#BFAD65 (or 0xBFAD65) is unknown color: approx Gimblet. HEX triplet: BF, AD and 65. RGB value is (191,173,101). Sum of RGB (Red+Green+Blue) = 191+173+101=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 173 (67.97% from 255 or 37.20% from 465); Blue value is 101 (39.84% from 255 or 21.72% from 465); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAD65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAD65 is #40529A. Grayscale: #AAAAAA. Windows color (decimal): -4215451 or 6663615. OLE color: 6663615.

HSL color Cylindrical-coordinate representation of color #BFAD65: hue angle of 48º 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 #BFAD65 is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB191173101-
CMYK00.090.470.25
HSL48º41.28%57.25%-
HSV(B)48º47.12%74.9%-
XYZ38.7841.918.36-
YUV170.1788.96142.85-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.08%
GREEN value IS 173 (67.97% from 255) = 37.20%
BLUE value IS 101 (39.84% from 255) = 21.72%
R=41.08%
G=37.20%
B=21.72%

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
Decimal19117310100.090.470.254841.2857.25
HexBFAD65092F19302939
Octal2772551450115731605171
Binary101111111010110111001010100110111111001110000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAD65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAD65; }

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

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

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

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

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

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

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

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