#bfab5f

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

Shades of Gimblet #BFAB5F

Tints of Gimblet #BFAB5F

Color information

#BFAB5F (or 0xBFAB5F) is unknown color: approx Gimblet. HEX triplet: BF, AB and 5F. RGB value is (191,171,95). Sum of RGB (Red+Green+Blue) = 191+171+95=457 (60% of max value = 765). Red value is 191 (75% from 255 or 41.79% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 95 (37.5% from 255 or 20.79% from 457); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAB5F is #4054A0. Grayscale: #A8A8A8. Windows color (decimal): -4215969 or 6269887. OLE color: 6269887.

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

Color convert

RGB19117195-
CMYK00.100.500.25
HSL47.5º42.86%56.08%-
HSV(B)47.5º50.26%74.9%-
XYZ38.1141.0316.74-
YUV168.3286.63144.18-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.79%
GREEN value IS 171 (67.19% from 255) = 37.42%
BLUE value IS 95 (37.5% from 255) = 20.79%
R=41.79%
G=37.42%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911719500.100.500.2547.542.8656.08
HexBFAB5F0A3219302b38
Octal2772531370126231605370
Binary101111111010101110111110101011001011001110000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bfab5f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bfab5f; }

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

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

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

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

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

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

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

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