#BDAE5E

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

Shades of Gimblet #BDAE5E

Tints of Gimblet #BDAE5E

Color information

#BDAE5E (or 0xBDAE5E) is unknown color: approx Gimblet. HEX triplet: BD, AE and 5E. RGB value is (189,174,94). Sum of RGB (Red+Green+Blue) = 189+174+94=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 174 (68.36% from 255 or 38.07% from 457); Blue value is 94 (37.11% from 255 or 20.57% from 457); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAE5E is #4251A1. Grayscale: #A9A9A9. Windows color (decimal): -4346274 or 6205117. OLE color: 6205117.

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

Color convert

RGB18917494-
CMYK00.080.500.26
HSL50.53º41.85%55.49%-
HSV(B)50.53º50.26%74.12%-
XYZ38.1441.916.67-
YUV169.3685.47142-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.36%
GREEN value IS 174 (68.36% from 255) = 38.07%
BLUE value IS 94 (37.11% from 255) = 20.57%
R=41.36%
G=38.07%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.50
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891749400.080.500.2650.5341.8555.49
HexBDAE5E08321A332a37
Octal2752561360106232635267
Binary101111011010111010111100100011001011010110011101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAE5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAE5E; }

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

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

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

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

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

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

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

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