#BFAF66

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

Shades of Gimblet #BFAF66

Tints of Gimblet #BFAF66

Color information

#BFAF66 (or 0xBFAF66) is unknown color: approx Gimblet. HEX triplet: BF, AF and 66. RGB value is (191,175,102). Sum of RGB (Red+Green+Blue) = 191+175+102=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 175 (68.75% from 255 or 37.39% from 468); Blue value is 102 (40.23% from 255 or 21.79% from 468); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAF66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAF66 is #405099. Grayscale: #ABABAB. Windows color (decimal): -4214938 or 6729663. OLE color: 6729663.

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

Color convert

RGB191175102-
CMYK00.080.470.25
HSL49.21º41.01%57.45%-
HSV(B)49.21º46.6%74.9%-
XYZ39.2142.718.74-
YUV171.4688.8141.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.81%
GREEN value IS 175 (68.75% from 255) = 37.39%
BLUE value IS 102 (40.23% from 255) = 21.79%
R=40.81%
G=37.39%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117510200.080.470.2549.2141.0157.45
HexBFAF66082F19312939
Octal2772571460105731615171
Binary101111111010111111001100100010111111001110001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAF66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAF66; }

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

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

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

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

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

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

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

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