#BDAD5D

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

Shades of Gimblet #BDAD5D

Tints of Gimblet #BDAD5D

Color information

#BDAD5D (or 0xBDAD5D) is unknown color: approx Gimblet. HEX triplet: BD, AD and 5D. RGB value is (189,173,93). Sum of RGB (Red+Green+Blue) = 189+173+93=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 173 (67.97% from 255 or 38.02% from 455); Blue value is 93 (36.72% from 255 or 20.44% from 455); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAD5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAD5D is #4252A2. Grayscale: #A8A8A8. Windows color (decimal): -4346531 or 6139325. OLE color: 6139325.

HSL color Cylindrical-coordinate representation of color #BDAD5D: hue angle of 50º 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 #BDAD5D is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB18917393-
CMYK00.080.510.26
HSL50º42.11%55.29%-
HSV(B)50º50.79%74.12%-
XYZ37.9141.516.37-
YUV168.6685.3142.5-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.54%
GREEN value IS 173 (67.97% from 255) = 38.02%
BLUE value IS 93 (36.72% from 255) = 20.44%
R=41.54%
G=38.02%
B=20.44%

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
Decimal1891739300.080.510.265042.1155.29
HexBDAD5D08331A322a37
Octal2752551350106332625267
Binary101111011010110110111010100011001111010110010101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAD5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAD5D; }

 p { color: rgb(189,173,93); }

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

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

 a { background-color: rgb(189,173,93); }

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

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

 span { border-color: rgb(189,173,93); }

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