#BDAC66

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

Shades of Gimblet #BDAC66

Tints of Gimblet #BDAC66

Color information

#BDAC66 (or 0xBDAC66) is unknown color: approx Gimblet. HEX triplet: BD, AC and 66. RGB value is (189,172,102). Sum of RGB (Red+Green+Blue) = 189+172+102=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 172 (67.58% from 255 or 37.15% from 463); Blue value is 102 (40.23% from 255 or 22.03% from 463); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAC66 is #425399. Grayscale: #A9A9A9. Windows color (decimal): -4346778 or 6728893. OLE color: 6728893.

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

Color convert

RGB189172102-
CMYK00.090.460.26
HSL48.28º39.73%57.06%-
HSV(B)48.28º46.03%74.12%-
XYZ38.1441.2818.53-
YUV169.190.13142.19-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.82%
GREEN value IS 172 (67.58% from 255) = 37.15%
BLUE value IS 102 (40.23% from 255) = 22.03%
R=40.82%
G=37.15%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917210200.090.460.2648.2839.7357.06
HexBDAC66092E1A302839
Octal2752541460115632605071
Binary101111011010110011001100100110111011010110000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAC66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAC66; }

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

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

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

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

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

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

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

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