#BFAF5F

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

Shades of Gimblet #BFAF5F

Tints of Gimblet #BFAF5F

Color information

#BFAF5F (or 0xBFAF5F) is unknown color: approx Gimblet. HEX triplet: BF, AF and 5F. RGB value is (191,175,95). Sum of RGB (Red+Green+Blue) = 191+175+95=461 (61% of max value = 765). Red value is 191 (75% from 255 or 41.43% from 461); Green value is 175 (68.75% from 255 or 37.96% from 461); Blue value is 95 (37.5% from 255 or 20.61% from 461); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAF5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAF5F is #4050A0. Grayscale: #ABABAB. Windows color (decimal): -4214945 or 6270911. OLE color: 6270911.

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

Color convert

RGB19117595-
CMYK00.080.500.25
HSL50º42.86%56.08%-
HSV(B)50º50.26%74.9%-
XYZ38.8842.5616.99-
YUV170.6685.3142.5-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.43%
GREEN value IS 175 (68.75% from 255) = 37.96%
BLUE value IS 95 (37.5% from 255) = 20.61%
R=41.43%
G=37.96%
B=20.61%

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
Decimal1911759500.080.500.255042.8656.08
HexBFAF5F083219322b38
Octal2772571370106231625370
Binary101111111010111110111110100011001011001110010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAF5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAF5F; }

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

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

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

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

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

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

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

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