#BDAA66

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

Shades of Gimblet #BDAA66

Tints of Gimblet #BDAA66

Color information

#BDAA66 (or 0xBDAA66) is unknown color: approx Gimblet. HEX triplet: BD, AA and 66. RGB value is (189,170,102). Sum of RGB (Red+Green+Blue) = 189+170+102=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 170 (66.80% from 255 or 36.88% from 461); Blue value is 102 (40.23% from 255 or 22.13% from 461); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAA66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAA66 is #425599. Grayscale: #A8A8A8. Windows color (decimal): -4347290 or 6728381. OLE color: 6728381.

HSL color Cylindrical-coordinate representation of color #BDAA66: hue angle of 46.9º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BDAA66 is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB189170102-
CMYK00.100.460.26
HSL46.9º39.73%57.06%-
HSV(B)46.9º46.03%74.12%-
XYZ37.7640.5318.4-
YUV167.9390.79143.03-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.00%
GREEN value IS 170 (66.80% from 255) = 36.88%
BLUE value IS 102 (40.23% from 255) = 22.13%
R=41.00%
G=36.88%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917010200.100.460.2646.939.7357.06
HexBDAA660A2E1A2f2839
Octal2752521460125632575071
Binary101111011010101011001100101010111011010101111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAA66; }

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

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

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

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

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

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

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

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