#BDAA68

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

Shades of Gimblet #BDAA68

Tints of Gimblet #BDAA68

Color information

#BDAA68 (or 0xBDAA68) is unknown color: approx Gimblet. HEX triplet: BD, AA and 68. RGB value is (189,170,104). Sum of RGB (Red+Green+Blue) = 189+170+104=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 170 (66.80% from 255 or 36.72% from 463); Blue value is 104 (41.02% from 255 or 22.46% from 463); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAA68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAA68 is #425597. Grayscale: #A8A8A8. Windows color (decimal): -4347288 or 6859453. OLE color: 6859453.

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

Color convert

RGB189170104-
CMYK00.100.450.26
HSL46.59º39.17%57.45%-
HSV(B)46.59º44.97%74.12%-
XYZ37.8640.5718.93-
YUV168.1691.79142.87-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.82%
GREEN value IS 170 (66.80% from 255) = 36.72%
BLUE value IS 104 (41.02% from 255) = 22.46%
R=40.82%
G=36.72%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917010400.100.450.2646.5939.1757.45
HexBDAA680A2D1A2f2739
Octal2752521500125532574771
Binary101111011010101011010000101010110111010101111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAA68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAA68; }

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

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

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

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

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

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

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

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