#BFAB61

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

Shades of Gimblet #BFAB61

Tints of Gimblet #BFAB61

Color information

#BFAB61 (or 0xBFAB61) is unknown color: approx Gimblet. HEX triplet: BF, AB and 61. RGB value is (191,171,97). Sum of RGB (Red+Green+Blue) = 191+171+97=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 171 (67.19% from 255 or 37.25% from 459); Blue value is 97 (38.28% from 255 or 21.13% from 459); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAB61 is #40549E. Grayscale: #A8A8A8. Windows color (decimal): -4215967 or 6400959. OLE color: 6400959.

HSL color Cylindrical-coordinate representation of color #BFAB61: hue angle of 47.23º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BFAB61 is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB19117197-
CMYK00.100.490.25
HSL47.23º42.34%56.47%-
HSV(B)47.23º49.21%74.9%-
XYZ38.2141.0717.22-
YUV168.5487.63144.02-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.61%
GREEN value IS 171 (67.19% from 255) = 37.25%
BLUE value IS 97 (38.28% from 255) = 21.13%
R=41.61%
G=37.25%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911719700.100.490.2547.2342.3456.47
HexBFAB610A31192f2a38
Octal2772531410126131575270
Binary101111111010101111000010101011000111001101111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAB61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAB61; }

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

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

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

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

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

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

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

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