#BDAE5C

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

Shades of Gimblet #BDAE5C

Tints of Gimblet #BDAE5C

Color information

#BDAE5C (or 0xBDAE5C) is unknown color: approx Gimblet. HEX triplet: BD, AE and 5C. RGB value is (189,174,92). Sum of RGB (Red+Green+Blue) = 189+174+92=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 174 (68.36% from 255 or 38.24% from 455); Blue value is 92 (36.33% from 255 or 20.22% from 455); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAE5C is #4251A3. Grayscale: #A9A9A9. Windows color (decimal): -4346276 or 6074045. OLE color: 6074045.

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

Color convert

RGB18917492-
CMYK00.080.510.26
HSL50.72º42.36%55.1%-
HSV(B)50.72º51.32%74.12%-
XYZ38.0541.8616.2-
YUV169.1484.47142.17-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.54%
GREEN value IS 174 (68.36% from 255) = 38.24%
BLUE value IS 92 (36.33% from 255) = 20.22%
R=41.54%
G=38.24%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891749200.080.510.2650.7242.3655.1
HexBDAE5C08331A332a37
Octal2752561340106332635267
Binary101111011010111010111000100011001111010110011101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAE5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAE5C; }

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

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

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

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

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

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

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

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