#BDAD67

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

Shades of Gimblet #BDAD67

Tints of Gimblet #BDAD67

Color information

#BDAD67 (or 0xBDAD67) is unknown color: approx Gimblet. HEX triplet: BD, AD and 67. RGB value is (189,173,103). Sum of RGB (Red+Green+Blue) = 189+173+103=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 173 (67.97% from 255 or 37.20% from 465); Blue value is 103 (40.62% from 255 or 22.15% from 465); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAD67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAD67 is #425298. Grayscale: #AAAAAA. Windows color (decimal): -4346521 or 6794685. OLE color: 6794685.

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

Color convert

RGB189173103-
CMYK00.080.460.26
HSL48.84º39.45%57.25%-
HSV(B)48.84º45.5%74.12%-
XYZ38.3841.6918.86-
YUV169.890.3141.69-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.65%
GREEN value IS 173 (67.97% from 255) = 37.20%
BLUE value IS 103 (40.62% from 255) = 22.15%
R=40.65%
G=37.20%
B=22.15%

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
Decimal18917310300.080.460.2648.8439.4557.25
HexBDAD67082E1A312739
Octal2752551470105632614771
Binary101111011010110111001110100010111011010110001100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAD67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAD67; }

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

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

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

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

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

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

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

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