#BFAC60

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

Shades of Gimblet #BFAC60

Tints of Gimblet #BFAC60

Color information

#BFAC60 (or 0xBFAC60) is unknown color: approx Gimblet. HEX triplet: BF, AC and 60. RGB value is (191,172,96). Sum of RGB (Red+Green+Blue) = 191+172+96=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 172 (67.58% from 255 or 37.47% from 459); Blue value is 96 (37.89% from 255 or 20.92% from 459); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAC60 is #40539F. Grayscale: #A9A9A9. Windows color (decimal): -4215712 or 6335679. OLE color: 6335679.

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

Color convert

RGB19117296-
CMYK00.100.500.25
HSL48º42.6%56.27%-
HSV(B)48º49.74%74.9%-
XYZ38.3541.4317.04-
YUV169.0286.79143.68-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.61%
GREEN value IS 172 (67.58% from 255) = 37.47%
BLUE value IS 96 (37.89% from 255) = 20.92%
R=41.61%
G=37.47%
B=20.92%

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
Decimal1911729600.100.500.254842.656.27
HexBFAC600A3219302b38
Octal2772541400126231605370
Binary101111111010110011000000101011001011001110000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAC60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAC60; }

 p { color: rgb(191,172,96); }

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

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

 a { background-color: rgb(191,172,96); }

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

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

 span { border-color: rgb(191,172,96); }

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