#BFAD67

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

Shades of Gimblet #BFAD67

Tints of Gimblet #BFAD67

Color information

#BFAD67 (or 0xBFAD67) is unknown color: approx Gimblet. HEX triplet: BF, AD and 67. RGB value is (191,173,103). Sum of RGB (Red+Green+Blue) = 191+173+103=467 (61% of max value = 765). Red value is 191 (75% from 255 or 40.90% from 467); Green value is 173 (67.97% from 255 or 37.04% from 467); Blue value is 103 (40.62% from 255 or 22.06% from 467); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAD67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAD67 is #405298. Grayscale: #AAAAAA. Windows color (decimal): -4215449 or 6794687. OLE color: 6794687.

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

Color convert

RGB191173103-
CMYK00.090.460.25
HSL47.73º40.74%57.65%-
HSV(B)47.73º46.07%74.9%-
XYZ38.8841.9418.88-
YUV170.489.96142.69-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.90%
GREEN value IS 173 (67.97% from 255) = 37.04%
BLUE value IS 103 (40.62% from 255) = 22.06%
R=40.90%
G=37.04%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117310300.090.460.2547.7340.7457.65
HexBFAD67092E1930293a
Octal2772551470115631605172
Binary101111111010110111001110100110111011001110000101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAD67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAD67; }

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

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

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

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

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

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

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

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