#BDAA60

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

Shades of Gimblet #BDAA60

Tints of Gimblet #BDAA60

Color information

#BDAA60 (or 0xBDAA60) is unknown color: approx Gimblet. HEX triplet: BD, AA and 60. RGB value is (189,170,96). Sum of RGB (Red+Green+Blue) = 189+170+96=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 170 (66.80% from 255 or 37.36% from 455); Blue value is 96 (37.89% from 255 or 21.10% from 455); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAA60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAA60 is #42559F. Grayscale: #A7A7A7. Windows color (decimal): -4347296 or 6335165. OLE color: 6335165.

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

Color convert

RGB18917096-
CMYK00.100.490.26
HSL47.74º41.33%55.88%-
HSV(B)47.74º49.21%74.12%-
XYZ37.4740.4116.89-
YUV167.2487.79143.52-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.54%
GREEN value IS 170 (66.80% from 255) = 37.36%
BLUE value IS 96 (37.89% from 255) = 21.10%
R=41.54%
G=37.36%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891709600.100.490.2647.7441.3355.88
HexBDAA600A311A302938
Octal2752521400126132605170
Binary101111011010101011000000101011000111010110000101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAA60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAA60; }

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

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

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

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

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

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

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

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