#BDAD60

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

Shades of Gimblet #BDAD60

Tints of Gimblet #BDAD60

Color information

#BDAD60 (or 0xBDAD60) is unknown color: approx Gimblet. HEX triplet: BD, AD and 60. RGB value is (189,173,96). Sum of RGB (Red+Green+Blue) = 189+173+96=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 173 (67.97% from 255 or 37.77% from 458); Blue value is 96 (37.89% from 255 or 20.96% from 458); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAD60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAD60 is #42529F. Grayscale: #A9A9A9. Windows color (decimal): -4346528 or 6335933. OLE color: 6335933.

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

Color convert

RGB18917396-
CMYK00.080.490.26
HSL49.68º41.33%55.88%-
HSV(B)49.68º49.21%74.12%-
XYZ38.0441.5517.08-
YUV169.0186.8142.26-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.27%
GREEN value IS 173 (67.97% from 255) = 37.77%
BLUE value IS 96 (37.89% from 255) = 20.96%
R=41.27%
G=37.77%
B=20.96%

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
Decimal1891739600.080.490.2649.6841.3355.88
HexBDAD6008311A322938
Octal2752551400106132625170
Binary101111011010110111000000100011000111010110010101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAD60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAD60; }

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

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

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

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

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

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

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

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