#BDAE68

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

Shades of Gimblet #BDAE68

Tints of Gimblet #BDAE68

Color information

#BDAE68 (or 0xBDAE68) is unknown color: approx Gimblet. HEX triplet: BD, AE and 68. RGB value is (189,174,104). Sum of RGB (Red+Green+Blue) = 189+174+104=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 174 (68.36% from 255 or 37.26% from 467); Blue value is 104 (41.02% from 255 or 22.27% from 467); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAE68 is #425197. Grayscale: #AAAAAA. Windows color (decimal): -4346264 or 6860477. OLE color: 6860477.

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

Color convert

RGB189174104-
CMYK00.080.450.26
HSL49.41º39.17%57.45%-
HSV(B)49.41º44.97%74.12%-
XYZ38.6242.0919.19-
YUV170.590.47141.19-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.47%
GREEN value IS 174 (68.36% from 255) = 37.26%
BLUE value IS 104 (41.02% from 255) = 22.27%
R=40.47%
G=37.26%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917410400.080.450.2649.4139.1757.45
HexBDAE68082D1A312739
Octal2752561500105532614771
Binary101111011010111011010000100010110111010110001100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAE68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAE68; }

 p { color: rgb(189,174,104); }

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

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

 a { background-color: rgb(189,174,104); }

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

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

 span { border-color: rgb(189,174,104); }

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