#BFAC5D

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

Shades of Gimblet #BFAC5D

Tints of Gimblet #BFAC5D

Color information

#BFAC5D (or 0xBFAC5D) is unknown color: approx Gimblet. HEX triplet: BF, AC and 5D. RGB value is (191,172,93). Sum of RGB (Red+Green+Blue) = 191+172+93=456 (60% of max value = 765). Red value is 191 (75% from 255 or 41.89% from 456); Green value is 172 (67.58% from 255 or 37.72% from 456); Blue value is 93 (36.72% from 255 or 20.39% from 456); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAC5D is #4053A2. Grayscale: #A9A9A9. Windows color (decimal): -4215715 or 6139071. OLE color: 6139071.

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

Color convert

RGB19117293-
CMYK00.100.510.25
HSL48.37º43.36%55.69%-
HSV(B)48.37º51.31%74.9%-
XYZ38.2141.3716.33-
YUV168.6885.29143.92-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.89%
GREEN value IS 172 (67.58% from 255) = 37.72%
BLUE value IS 93 (36.72% from 255) = 20.39%
R=41.89%
G=37.72%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911729300.100.510.2548.3743.3655.69
HexBFAC5D0A3319302b38
Octal2772541350126331605370
Binary101111111010110010111010101011001111001110000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAC5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAC5D; }

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

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

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

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

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

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

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

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