#BDAC64

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

Shades of Gimblet #BDAC64

Tints of Gimblet #BDAC64

Color information

#BDAC64 (or 0xBDAC64) is unknown color: approx Gimblet. HEX triplet: BD, AC and 64. RGB value is (189,172,100). Sum of RGB (Red+Green+Blue) = 189+172+100=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 172 (67.58% from 255 or 37.31% from 461); Blue value is 100 (39.45% from 255 or 21.69% from 461); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAC64 is #42539B. Grayscale: #A9A9A9. Windows color (decimal): -4346780 or 6597821. OLE color: 6597821.

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

Color convert

RGB189172100-
CMYK00.090.470.26
HSL48.54º40.27%56.67%-
HSV(B)48.54º47.09%74.12%-
XYZ38.0441.2418.01-
YUV168.8889.13142.35-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.00%
GREEN value IS 172 (67.58% from 255) = 37.31%
BLUE value IS 100 (39.45% from 255) = 21.69%
R=41.00%
G=37.31%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917210000.090.470.2648.5440.2756.67
HexBDAC64092F1A312839
Octal2752541440115732615071
Binary101111011010110011001000100110111111010110001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAC64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAC64; }

 p { color: rgb(189,172,100); }

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

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

 a { background-color: rgb(189,172,100); }

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

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

 span { border-color: rgb(189,172,100); }

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