#BFAF59

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

Shades of Gimblet #BFAF59

Tints of Gimblet #BFAF59

Color information

#BFAF59 (or 0xBFAF59) is unknown color: approx Gimblet. HEX triplet: BF, AF and 59. RGB value is (191,175,89). Sum of RGB (Red+Green+Blue) = 191+175+89=455 (60% of max value = 765). Red value is 191 (75% from 255 or 41.98% from 455); Green value is 175 (68.75% from 255 or 38.46% from 455); Blue value is 89 (35.16% from 255 or 19.56% from 455); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAF59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAF59 is #4050A6. Grayscale: #AAAAAA. Windows color (decimal): -4214951 or 5877695. OLE color: 5877695.

HSL color Cylindrical-coordinate representation of color #BFAF59: hue angle of 50.59º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BFAF59 is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB19117589-
CMYK00.080.530.25
HSL50.59º44.35%54.9%-
HSV(B)50.59º53.4%74.9%-
XYZ38.6242.4615.61-
YUV169.9882.3142.99-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.98%
GREEN value IS 175 (68.75% from 255) = 38.46%
BLUE value IS 89 (35.16% from 255) = 19.56%
R=41.98%
G=38.46%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911758900.080.530.2550.5944.3554.9
HexBFAF59083519332c37
Octal2772571310106531635467
Binary101111111010111110110010100011010111001110011101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAF59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAF59; }

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

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

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

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

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

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

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

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