#BDAE6B

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

Shades of Gimblet #BDAE6B

Tints of Gimblet #BDAE6B

Color information

#BDAE6B (or 0xBDAE6B) is unknown color: approx Gimblet. HEX triplet: BD, AE and 6B. RGB value is (189,174,107). Sum of RGB (Red+Green+Blue) = 189+174+107=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 174 (68.36% from 255 or 37.02% from 470); Blue value is 107 (42.19% from 255 or 22.77% from 470); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAE6B is #425194. Grayscale: #ABABAB. Windows color (decimal): -4346261 or 7057085. OLE color: 7057085.

HSL color Cylindrical-coordinate representation of color #BDAE6B: hue angle of 49.02º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BDAE6B is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB189174107-
CMYK00.080.430.26
HSL49.02º38.32%58.04%-
HSV(B)49.02º43.39%74.12%-
XYZ38.7842.1520-
YUV170.8591.97140.95-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.21%
GREEN value IS 174 (68.36% from 255) = 37.02%
BLUE value IS 107 (42.19% from 255) = 22.77%
R=40.21%
G=37.02%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917410700.080.430.2649.0238.3258.04
HexBDAE6B082B1A31263a
Octal2752561530105332614672
Binary101111011010111011010110100010101111010110001100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAE6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAE6B; }

 p { color: rgb(189,174,107); }

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

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

 a { background-color: rgb(189,174,107); }

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

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

 span { border-color: rgb(189,174,107); }

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