#BDAD66

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

Shades of Gimblet #BDAD66

Tints of Gimblet #BDAD66

Color information

#BDAD66 (or 0xBDAD66) is unknown color: approx Gimblet. HEX triplet: BD, AD and 66. RGB value is (189,173,102). Sum of RGB (Red+Green+Blue) = 189+173+102=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 173 (67.97% from 255 or 37.28% from 464); Blue value is 102 (40.23% from 255 or 21.98% from 464); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAD66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAD66 is #425299. Grayscale: #A9A9A9. Windows color (decimal): -4346522 or 6729149. OLE color: 6729149.

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

Color convert

RGB189173102-
CMYK00.080.460.26
HSL48.97º39.73%57.06%-
HSV(B)48.97º46.03%74.12%-
XYZ38.3341.6718.59-
YUV169.6989.8141.77-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.73%
GREEN value IS 173 (67.97% from 255) = 37.28%
BLUE value IS 102 (40.23% from 255) = 21.98%
R=40.73%
G=37.28%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917310200.080.460.2648.9739.7357.06
HexBDAD66082E1A312839
Octal2752551460105632615071
Binary101111011010110111001100100010111011010110001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAD66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAD66; }

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

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

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

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

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

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

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

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