#BDAE60

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

Shades of Gimblet #BDAE60

Tints of Gimblet #BDAE60

Color information

#BDAE60 (or 0xBDAE60) is unknown color: approx Gimblet. HEX triplet: BD, AE and 60. RGB value is (189,174,96). Sum of RGB (Red+Green+Blue) = 189+174+96=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 174 (68.36% from 255 or 37.91% from 459); Blue value is 96 (37.89% from 255 or 20.92% from 459); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAE60 is #42519F. Grayscale: #A9A9A9. Windows color (decimal): -4346272 or 6336189. OLE color: 6336189.

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

Color convert

RGB18917496-
CMYK00.080.490.26
HSL50.32º41.33%55.88%-
HSV(B)50.32º49.21%74.12%-
XYZ38.2341.9417.15-
YUV169.5986.47141.84-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.18%
GREEN value IS 174 (68.36% from 255) = 37.91%
BLUE value IS 96 (37.89% from 255) = 20.92%
R=41.18%
G=37.91%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891749600.080.490.2650.3241.3355.88
HexBDAE6008311A322938
Octal2752561400106132625170
Binary101111011010111011000000100011000111010110010101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAE60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAE60; }

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

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

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

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

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

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

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

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