#BDAD6E

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

Shades of Gimblet #BDAD6E

Tints of Gimblet #BDAD6E

Color information

#BDAD6E (or 0xBDAD6E) is unknown color: approx Gimblet. HEX triplet: BD, AD and 6E. RGB value is (189,173,110). Sum of RGB (Red+Green+Blue) = 189+173+110=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 173 (67.97% from 255 or 36.65% from 472); Blue value is 110 (43.36% from 255 or 23.31% from 472); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAD6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAD6E is #425291. Grayscale: #AAAAAA. Windows color (decimal): -4346514 or 7253437. OLE color: 7253437.

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

Color convert

RGB189173110-
CMYK00.080.420.26
HSL47.85º37.44%58.63%-
HSV(B)47.85º41.8%74.12%-
XYZ38.7441.8320.78-
YUV170.693.8141.12-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.04%
GREEN value IS 173 (67.97% from 255) = 36.65%
BLUE value IS 110 (43.36% from 255) = 23.31%
R=40.04%
G=36.65%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917311000.080.420.2647.8537.4458.63
HexBDAD6E082A1A30253b
Octal2752551560105232604573
Binary101111011010110111011100100010101011010110000100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAD6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAD6E; }

 p { color: rgb(189,173,110); }

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

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

 a { background-color: rgb(189,173,110); }

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

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

 span { border-color: rgb(189,173,110); }

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