#BDAC6D

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

Shades of Gimblet #BDAC6D

Tints of Gimblet #BDAC6D

Color information

#BDAC6D (or 0xBDAC6D) is unknown color: approx Gimblet. HEX triplet: BD, AC and 6D. RGB value is (189,172,109). Sum of RGB (Red+Green+Blue) = 189+172+109=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 172 (67.58% from 255 or 36.60% from 470); Blue value is 109 (42.97% from 255 or 23.19% from 470); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAC6D is #425392. Grayscale: #AAAAAA. Windows color (decimal): -4346771 or 7187645. OLE color: 7187645.

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

Color convert

RGB189172109-
CMYK00.090.420.26
HSL47.25º37.74%58.43%-
HSV(B)47.25º42.33%74.12%-
XYZ38.541.4320.44-
YUV169.993.63141.62-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.21%
GREEN value IS 172 (67.58% from 255) = 36.60%
BLUE value IS 109 (42.97% from 255) = 23.19%
R=40.21%
G=36.60%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917210900.090.420.2647.2537.7458.43
HexBDAC6D092A1A2f263a
Octal2752541550115232574672
Binary101111011010110011011010100110101011010101111100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAC6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAC6D; }

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

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

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

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

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

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

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

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