#BFAF61

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

Shades of Gimblet #BFAF61

Tints of Gimblet #BFAF61

Color information

#BFAF61 (or 0xBFAF61) is unknown color: approx Gimblet. HEX triplet: BF, AF and 61. RGB value is (191,175,97). Sum of RGB (Red+Green+Blue) = 191+175+97=463 (61% of max value = 765). Red value is 191 (75% from 255 or 41.25% from 463); Green value is 175 (68.75% from 255 or 37.80% from 463); Blue value is 97 (38.28% from 255 or 20.95% from 463); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAF61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAF61 is #40509E. Grayscale: #ABABAB. Windows color (decimal): -4214943 or 6401983. OLE color: 6401983.

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

Color convert

RGB19117597-
CMYK00.080.490.25
HSL49.79º42.34%56.47%-
HSV(B)49.79º49.21%74.9%-
XYZ38.9742.617.48-
YUV170.8986.3142.34-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.25%
GREEN value IS 175 (68.75% from 255) = 37.80%
BLUE value IS 97 (38.28% from 255) = 20.95%
R=41.25%
G=37.80%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911759700.080.490.2549.7942.3456.47
HexBFAF61083119322a38
Octal2772571410106131625270
Binary101111111010111111000010100011000111001110010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAF61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAF61; }

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

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

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

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

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

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

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

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