#BDAC6F

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

Shades of Gimblet #BDAC6F

Tints of Gimblet #BDAC6F

Color information

#BDAC6F (or 0xBDAC6F) is unknown color: approx Gimblet. HEX triplet: BD, AC and 6F. RGB value is (189,172,111). Sum of RGB (Red+Green+Blue) = 189+172+111=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 172 (67.58% from 255 or 36.44% from 472); Blue value is 111 (43.75% from 255 or 23.52% from 472); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAC6F is #425390. Grayscale: #AAAAAA. Windows color (decimal): -4346769 or 7318717. OLE color: 7318717.

HSL color Cylindrical-coordinate representation of color #BDAC6F: hue angle of 46.92º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BDAC6F is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB189172111-
CMYK00.090.410.26
HSL46.92º37.14%58.82%-
HSV(B)46.92º41.27%74.12%-
XYZ38.6141.4721.01-
YUV170.1394.63141.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.04%
GREEN value IS 172 (67.58% from 255) = 36.44%
BLUE value IS 111 (43.75% from 255) = 23.52%
R=40.04%
G=36.44%
B=23.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917211100.090.410.2646.9237.1458.82
HexBDAC6F09291A2f253b
Octal2752541570115132574573
Binary101111011010110011011110100110100111010101111100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAC6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAC6F; }

 p { color: rgb(189,172,111); }

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

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

 a { background-color: rgb(189,172,111); }

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

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

 span { border-color: rgb(189,172,111); }

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