#BDAD5C

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

Shades of Gimblet #BDAD5C

Tints of Gimblet #BDAD5C

Color information

#BDAD5C (or 0xBDAD5C) is unknown color: approx Gimblet. HEX triplet: BD, AD and 5C. RGB value is (189,173,92). Sum of RGB (Red+Green+Blue) = 189+173+92=454 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.63% from 454); Green value is 173 (67.97% from 255 or 38.11% from 454); Blue value is 92 (36.33% from 255 or 20.26% from 454); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAD5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAD5C is #4252A3. Grayscale: #A8A8A8. Windows color (decimal): -4346532 or 6073789. OLE color: 6073789.

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

Color convert

RGB18917392-
CMYK00.080.510.26
HSL50.1º42.36%55.1%-
HSV(B)50.1º51.32%74.12%-
XYZ37.8641.4816.14-
YUV168.5584.8142.59-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.63%
GREEN value IS 173 (67.97% from 255) = 38.11%
BLUE value IS 92 (36.33% from 255) = 20.26%
R=41.63%
G=38.11%
B=20.26%

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
Decimal1891739200.080.510.2650.142.3655.1
HexBDAD5C08331A322a37
Octal2752551340106332625267
Binary101111011010110110111000100011001111010110010101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAD5C; }

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

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

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

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

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

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

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

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