#BFAC6C

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

Shades of Gimblet #BFAC6C

Tints of Gimblet #BFAC6C

Color information

#BFAC6C (or 0xBFAC6C) is unknown color: approx Gimblet. HEX triplet: BF, AC and 6C. RGB value is (191,172,108). Sum of RGB (Red+Green+Blue) = 191+172+108=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 108 (42.58% from 255 or 22.93% from 471); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAC6C is #405393. Grayscale: #AAAAAA. Windows color (decimal): -4215700 or 7122111. OLE color: 7122111.

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

Color convert

RGB191172108-
CMYK00.100.430.25
HSL46.27º39.34%58.63%-
HSV(B)46.27º43.46%74.9%-
XYZ38.9541.6620.18-
YUV170.3892.79142.7-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.55%
GREEN value IS 172 (67.58% from 255) = 36.52%
BLUE value IS 108 (42.58% from 255) = 22.93%
R=40.55%
G=36.52%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117210800.100.430.2546.2739.3458.63
HexBFAC6C0A2B192e273b
Octal2772541540125331564773
Binary101111111010110011011000101010101111001101110100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAC6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAC6C; }

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

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

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

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

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

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

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

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