#BDAE62

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

Shades of Gimblet #BDAE62

Tints of Gimblet #BDAE62

Color information

#BDAE62 (or 0xBDAE62) is unknown color: approx Gimblet. HEX triplet: BD, AE and 62. RGB value is (189,174,98). Sum of RGB (Red+Green+Blue) = 189+174+98=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 174 (68.36% from 255 or 37.74% from 461); Blue value is 98 (38.67% from 255 or 21.26% from 461); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAE62 is #42519D. Grayscale: #AAAAAA. Windows color (decimal): -4346270 or 6467261. OLE color: 6467261.

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

Color convert

RGB18917498-
CMYK00.080.480.26
HSL50.11º40.81%56.27%-
HSV(B)50.11º48.15%74.12%-
XYZ38.3341.9717.64-
YUV169.8287.47141.68-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.00%
GREEN value IS 174 (68.36% from 255) = 37.74%
BLUE value IS 98 (38.67% from 255) = 21.26%
R=41.00%
G=37.74%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891749800.080.480.2650.1140.8156.27
HexBDAE6208301A322938
Octal2752561420106032625170
Binary101111011010111011000100100011000011010110010101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAE62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAE62; }

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

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

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

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

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

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

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

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