#BFAF60

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

Shades of Gimblet #BFAF60

Tints of Gimblet #BFAF60

Color information

#BFAF60 (or 0xBFAF60) is unknown color: approx Gimblet. HEX triplet: BF, AF and 60. RGB value is (191,175,96). Sum of RGB (Red+Green+Blue) = 191+175+96=462 (61% of max value = 765). Red value is 191 (75% from 255 or 41.34% from 462); Green value is 175 (68.75% from 255 or 37.88% from 462); Blue value is 96 (37.89% from 255 or 20.78% from 462); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAF60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAF60 is #40509F. Grayscale: #ABABAB. Windows color (decimal): -4214944 or 6336447. OLE color: 6336447.

HSL color Cylindrical-coordinate representation of color #BFAF60: hue angle of 49.89º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BFAF60 is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB19117596-
CMYK00.080.500.25
HSL49.89º42.6%56.27%-
HSV(B)49.89º49.74%74.9%-
XYZ38.9342.5817.23-
YUV170.7885.8142.42-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.34%
GREEN value IS 175 (68.75% from 255) = 37.88%
BLUE value IS 96 (37.89% from 255) = 20.78%
R=41.34%
G=37.88%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911759600.080.500.2549.8942.656.27
HexBFAF60083219322b38
Octal2772571400106231625370
Binary101111111010111111000000100011001011001110010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAF60; }

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

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

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

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

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

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

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

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